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

#151162
Design Locker
Participant

Thank you so much Paulie_D, the display:none option worked perfectly.

I previously had the code below but when I changed it to your suggestion it fell into place nicely.

page-id-6 #content .entry-title {
display:none;
}