How do i move the menu bar "Navigation, Category" that one to below the logo but still on the right. At the moment it is next to it.
http://www.simonsrealm.net
How do i move the menu bar "Navigation, Category" that one to below the logo but still on the right. At the moment it is next to it.
http://www.simonsrealm.net
You can add top margin to the #menu selector in the wp-layout.css file. You can achieve the same by adding top padding as well. On my site, I use a padding of 100px to push the menu down. Yours may vary.
In #menu, this drops the menu to just below the default header:
top: 96px;
Guys we are going to remember the IE hack necessary when using padding and margins?
This topic has been closed to new replies.