Module Space Edit

Posted in: Newspaper
Post count: 15

Is there any way to reduce the space between the category filter and the posts content in a “Flex Block 3”?
https://ibb.co/1rVjsZZ

Post count: 15

I’d like to know how to edit just the “Title” block also, I noticed I can’t reduce the distance between it and what follows with CSS…

Post count: 18283

Hello !

Please provide a link to your website and we will see what can be done !

Thank you !

Post count: 15
Post count: 18283

Hello !

For that you can use this custom css code as you can see it here: .td-block-title-wrap {
margin-bottom: -19px;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Post count: 15

What about just the “title” block?

Post count: 18283

Hello !

I am sorry but I don’t quite understand what exactly you want to achieve?

Thank you!

Post count: 15

This https://ibb.co/9TcTWDR
I want to reduce the margin between it and what comes next

Post count: 18283

Hello !

You can use this CSS code for that: .td-theme-wrap .tdi_146_d1d .block-title {
margin-bottom: 5px;
}

Thank you !

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