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
here it is http://www.iqdigital.co/super/
-
This reply was modified 9 years by
mamito. Reason: url
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
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

