vertical space between posts in Block9

Posted in: Newspaper
Post count: 26

Hi there
I would liked to reduce vertical space between 2 posts in a module block9, which is Module 8 in Theme Fonts, I don’t understand how to do it ? Is there a possibility to add a custom class to a block ?
Only PostDate is visible in that block and it seems it keep space for others options (author, comment …)
Thanks
my working web site : http://plamotte.fr/Mondafrique/

Post count: 7909

Hi,

You can do this via custom css in Theme Panel > Custom Css to reduce the margin and padding for module 8 – http://screencast.com/t/74JEKl0gn7Vr

.home .td_block_9 .td_module_8 {
margin-bottom: 10px;
padding-bottom: 10px;
}

This css is applying only for your homepage, if you want to have that css for all pages where you use block 9 just remove .home class.

Thanks!

Post count: 26

ok Thanks a lot
It’s more clear for me how to use customCss now
Thanks

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