hidden the category tags on posts but left with a big gap between title and imag

Posted in: Newspaper
Post count: 15

Hi,

I’ve hidden the category tags on posts but I’m now left with alot of white space, as shown here: http://screencast.com/t/TXqjf3xM

Is there any way to reduce the gap, maybe with css, or somehow?

Thanks
Richard

Post count: 6600

Hi,

Please use this custom css:

.post header {
margin-bottom: 0px !important;
top: -15px !important;
}

.post header h1 {
margin-bottom: 0px !important;
}

.post header .meta-info {
display: none;
}

Thanks

  • This reply was modified 11 years by Lucian.
Post count: 15

Great, Thanks for your support

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.