Reduce white space between posts in Blocks

Posted in: Newspaper
Post count: 112

Could someone give me some custom CSS I can add to the Theme Panel that will make smaller margins between posts in Block 8 and Block 11?

Also, I’d like less white space between the title and excerpt in Block 2.

Thanks in advance!

Post count: 555

The great thing about V6 you don’t need any CSS to take out white space it can all be done with the VC,each block you can fix all of that with out using any css…

take a look at my site and see what i mean https://jahliveradio.com

Post count: 112

Nice site! Do you know how to reduce the white space around the items in Block 9? It’s the block that lets you just put headlines of posts, no photos. Also, there’s a faint dotted line that I want to turn into a solid gray line. Any ideas?

Post count: 555

show my your site link and i try and see if i can help you..

Post count: 112

Thanks, Steven, but I can’t because it’s under construction.

Post count: 7909

Hi,

This is the default css for block 9 – http://screencast.com/t/Bz4eeEEC The padding and margin is added on module 8 so you can target block 9 to reduce the space(if this is what you want to do) – http://screencast.com/t/cEovuLLPlP07

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

Thanks!

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