Need less margins between title/header and content block

Posted in: Newspaper
Post count: 39

How do I reduce white space in the theme/post templates. In this specific case, I want less margins between post header/title and content. example: https://nimbus.everhelper.me/client/notes/share/368453/PIL2q1t7SCIcof3XZi9QndSI4Vhkl1nU/

I don’t want the add to touch the image, but i just need less space. Which classes should i target to reduce bottom/top margins?

Cheers to @catalin or anyone else i the team who responds fast.

  • This topic was modified 10 years by gunner05. Reason: catalin, sorry
Post count: 22421

Hello,

You can reduce the margin between the 2 container using this code:
.td-post-template-4 .td-post-header-holder{
margin-bottom: 5px!important;
}

Thank you!

Post count: 39

Is there a more universal class/code to try that will effect all templates? because it seems with every template i have this big margin issue: https://nimbus.everhelper.me/client/notes/share/368699/Ca8FbqCwTuOxs5K29aTZvN9yrG7i7zfi/

Thanks as always guys!

Post count: 22421

Hi,
Unfortunately there is no universal code as the padding is not always the same or the same container.
For this post you would have to use this code:
.td-post-template-9 .td-post-featured-video {
margin-bottom: 0px;
}

Thank you!

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