ive managed to work out how to add a header for Andreas09 and i made it slightly wider than the the original one but, as i have pages on my blog, the nav pages bar was sitting in the middle of the header, so i used padding to move it down, now my content has moved down the page is there any way to move it up slightly? thank you
Need help? Check out our Support site, then
how dou you put your pages nav bar further down the page
-
-
Change your #mainmenu definition to this:
#mainmenu { clear:both; width:100%; margin: 50px 0 20px; padding: 0; height: 30px; }That should do it.
Notice that I'm explicitly defining the height of the menu bar; by doing so, you don't need to give it that much padding, and you can control its position by its margins.
HTH
-
thank you so much dev :-)
Topic Closed
This topic has been closed to new replies.