Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Reduce Space Between Header & Site Content – TwentyTwelve Theme Reply To: Reduce Space Between Header & Site Content – TwentyTwelve Theme

#151159
Paulie_D
Member

Then again, it could be that the header h2 is set to display:none but the header size is still taking effect.

So you could also try

#post-6 > header.entry-header {
display:none;
}

I think that’s better. than the previous option.