/home/your website folder /public_html/templates/beez3/index.php
Open index.php and find this code;
<div id="fontsize"></div>
and change it to;
/* <div id="fontsize"></div> */
Done? :)
If you see the space after you hide it. You can move it up by doing steps below;
Inorder for you to conceal the space, is to move up the whole page above. Like adding the code at your layout.css. If you do not know where is the layout .css located, go to;
/home/your website folder/public_html/templates/beez3/css/layout.css
Open the layout.css, the add this code at the very top of the page;
#header {margin-top: -48px;}
Increase or decrease the numbers depends on how it look like and how it hides the
Font (Small, Big).
If you succeeded, Good Job!
If you succeeded, Good Job!
No comments:
Post a Comment