Can someone tell me how I can get rid of the extra white space between the header and the navigation bar, and the navigation bar and the content on my site? I'm so lost. Thank you! :)
http://www.candacenicolephoto.com
Header & Navigation Bar Spacing Issues
(5 posts) (3 voices)-
Posted 2 years ago #
-
you can start by disabling "Show the Sitename" in the theme settings, since it creates some space between the logo image and the navigation. If you want to remove the top margin of the navigation add this css to the bottom of style.css (or preferably in a child theme):
ul.navigation { margin-top: 0; }to remove the header bottom margin add this:
#header { margin-bottom: 0; }also add this for you logo image:
#logo { margin: 0; }btw you can use Firebug to figure out these things...
Posted 2 years ago # -
Ahhhh that was it - thank you so much!!! :) I will check out this Firebug thing, haven't heard of it before. :) Don't know much about CSS but your tips helped. Thanks! And thanks for making such a beautiful theme! :)
Posted 2 years ago # -
this is what I'm really looking for! I followed the instruction and added these functions to my style.css but it doesn't seem to effect it!
I used a BFPage in the header widget and unchecked the show website name.
you can check out my website and you'll see the space between the header and the navi ... how to get rid of it?thanks in advance
Posted 2 years ago # -
can't see any space between the header image and the navigation..
Posted 2 years ago #
Reply
You must log in to post.