BLOCK 7 Post spacing

Posted in: Newspaper
Post count: 13

is it possible to remove some of the vertical space between posts?

Post count: 20688

Hi,

If you could provide exact details about which space you are referring to and a link to your website, I will try to give you a solution if possible.

Thanks

Post count: 13

When the Block seven displays posts there is vertical space or border at the top an bottom of each post.

I would like to be able to reduce the space and make the posts tighter together.

Post count: 20688

Each module has a predefined padding space in that block and in most blocks
https://www.screencast.com/t/UzsvKXqyOUbO
For that block you could reduce it with a code like this
https://www.screencast.com/t/W4lHwBXk5Um
Custom CSS codes can be entered in Theme panel->Custom code section.

.td_block_7 .td_module_6 {
padding-bottom: 13px;
}

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