Friday 14 June 2013

To remove the font size, search box & space above the header in joomla 2.5

To remove the font size, search box & space above the header in which they preside in the Beez 20 template there are 2 steps. All you must do is remove the following from the index.php tempate file:

<div id="line">
<div id="fontsize"></div>
<h3 class="unseen"><?php echo JText::_('TPL_BEEZ2_SEARCH'); ?></h3>
<jdoc:include type="modules" name="position-0" />
</div>

And then in the CSS folder you must edit the "layout.css" file.
add
#header
{margin-top: -60px;}

No comments:

Post a Comment