| Joomla : Templates and Site Design Editing index.php |
Let's make a couple more adjustments. It would be nice to have a bit more padding in the main content area. Looking at the index.php file, we can see that the main content is being loaded with this code:
<?php mosMainBody(); ?>
| 1 2 3 4 5 6 7 8 9 10 11 12 |