You can move the header up to cover over the area where the nav-bar was by adding a CSS rule to your template in the normal way.
The rule to add is:#navbar { height: 0px; visibility: hidden; display: none;}
Apply that, and the space that the nav-bar was in will simply close up, so the rest of the content is a little closer to the top of the screen.
Hope this helps!
xx
Jo
No comments:
Post a Comment