Reduce White Space

Hi Guys,

I am trying to reduce the white space between the banner and the first menu tabs:

http://foxy.mozyou.com

I tried the site-container:

.site-inner {
clear: both;
padding-top: 20px;
padding-top: 2rem;
}

I also tried the site header but didn’t work:

.site-header {
padding: 0px 0;
padding: 2rem 0;
min-height: 108px;
min-height: 10.8rem;

Thanks guys

I’m not sure I’m looking at the right place, but removing/reducing this seems to do what you want:

img.alignnone {    margin-bottom: 1.2rem;}

[quote=“sookie, post:1, topic:104280”]
I also tried the site header but didn’t work:

.site-header { padding: 0px 0; padding: 2rem 0; min-height: 108px; min-height: 10.8rem;
[/quote]You have two padding declarations; the second (with top and bottom padding) will override the first (without top and bottom padding).

Thanks for responding but that didn’t work.

Ok - can you explain more clearly which white space you want to remove, as I must be looking at the wrong thing. (Wouldn’t be the first time. )

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.