Block 3 Spacing between posts, how to decrease that space

Posted in: Newspaper
Post count: 16

Hello, i need to know how can decrease the space between post
Spaces between posts

i have try from css to made it smaller the margin-left and margin-right, but i got white spaces on the image area
white spaces

how can do that?

Post count: 20688

Hi,

That may not be so easy to achieve. These kind of modification could damage the modules and the thumbnails, like you have already seen. If you could provide a link to your website and specify exactly where you would like to make this change, I will try to give you a solution.

Thanks

Post count: 16

yes how can give it to you privately?

Post count: 16

here it is http://www.iqdigital.co/super/

  • This reply was modified 9 years by mamito. Reason: url
Post count: 20688

Hi,

You can try this code if you think this is how you want the block to look
https://www.screencast.com/t/nlsZF0JiaXQk
It will reduce the distance between the two columns of modules, only for that block

.td_block_3 .td-block-span6 + .td-block-span6 {
margin-left: -12px;
}

The code must be entered in Theme panel->Custom Css section, if you decide it is what you want.

Thanks

Post count: 16

i have insert the css in Live CSS, but that makes space between news and sidebar

Post count: 16

and that brake the other elemens bellow

Post count: 20688

Hi,

The code will affect the second column of block 3, on the whole block top to bottom. These changes are not recommended to make, the blocks and modules depend on the fixed width of the layout. All the Css values are linked together, changing one will most likely cause problems in other places.
The module thumbnails do not adapt to these modifications. They will always be of the same initial size.
You could now set another negative margin to the whole sidebar section
https://www.screencast.com/t/MN5RIiEqKPni

.home .tdc-content-wrap .td-pb-span4 {
margin-left: -12px;
}

Thanks

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