Community Forums › Forums › Design Tips and Tricks › Remove margin between header and navigation menu
This topic contains 10 replies, has 3 voices, and was last updated by burksbarn 3 months, 1 week ago.
-
AuthorPosts
-
March 10, 2013 at 8:13 pm #25386
I have tried different code different places or editing what is already there. For some reason I cannot get rid of giant white space under header. Any help would be great! Prose Theme
Thanks!
March 10, 2013 at 8:32 pm #25389It appears there’s a widget area on the right between your header and menu.
March 10, 2013 at 8:36 pm #25392Okay, that makes sense I think. But how do I get rid of it or hide it or anything with it? Thanks so much!
March 10, 2013 at 8:39 pm #25393Hey, there. I’m a newbie, still figuring stuff out, but I think if you go into the editor, under appearance, go into the css style section, go to: #header .widget-area, and change the top padding from 20 to 0, you should be good. Hope it works.
dp
March 10, 2013 at 8:40 pm #25394Hmmm, try decreasing the top padding:
#header .widget-area {
float: right;
padding-right: 10px;
padding-top: 20px;
width: 478px;}
March 10, 2013 at 8:45 pm #25395I tried that originally and again and that didn’t work.
March 10, 2013 at 8:49 pm #25396Is this what you changed?
#header .widget-area p {
margin: 0;
padding: 0 0 5px;}
Because you’ll still need to change this:
#header .widget-area {
float: right;
padding-right: 10px;
padding-top: 20px;
width: 478px;}
March 10, 2013 at 8:51 pm #25397I changed both for good measure and it didn’t change. I also clicked update file like 3 times hoping it would magically start working
March 10, 2013 at 8:53 pm #25398This may sound odd, but it’s something to try; drag a text widget into that widget area – leave it blank. And make sure you have applied the padding changes.
March 10, 2013 at 8:55 pm #25399i think wp guy is right, but there might be another issue we’re not seeing. when I used firebug on your site, changed top padding from 20 to 0, it bumped it up, no gap. good luck!
March 10, 2013 at 8:56 pm #25400Too funny but when I went to the header widget there was already a text widget there. I deleted it and bam it worked. I cannot thank you enough this has been making me nuts for a LONG time. Have a super evening
-
AuthorPosts
You must be logged in to reply to this topic.