Adjusting spacing between column width

Posted in: Newspaper
Post count: 80

Hey there,

as the title suggests, Is there a way where I can control the width between the columns (for the images specifically)? I understand that the composer has settings provided for it. However, I seem to realise that the spacing comes from the css instead (column width padding left and right as well). Thus, if I were to alter the code via css, it would affect many factors (such as the entire column width etc.)

Feel free to refer to the links below for a better understanding.

Website Page Url example: http://leapdsc.com/leapdsc/client/hdb/delivering-homes/
Image Example: https://1drv.ms/i/s!Ai3uwVtbSehuuKsjJKm1MtXRyWVOPA

Please advice me on this.

Post count: 23312

Hello leapdsc,

You should try using a bit of CSS code to do this. Try to use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-pb-row [class*="td-pb-span"] {
padding-right:5px;
padding-left:5px;
}

The result is here -> https://www.screencast.com/t/wg1Kvhal

Hope this helps!

Thanks for your understanding!

Post count: 80

Hey there,

Thank you for the prompt reply.

I have tried the method as mentioned. However, it seems to be wider than the ‘text’ contents column. Is there a way I can adjusting the spacing of the images meanwhile maintaining within the width of the contents?

Post count: 23312

Hello leapdsc,

Sorry for this but please notice that what you want involves additional customizations and we cannot provide this type of services at the moment, sorry! Try to adjust it yourself, using the Inspector browser and create your own custom CSS code, according to the useful manual here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Notice that we can only point you in the right direction and we cannot do that for you, sorry!

Hope this helps!

Thanks for your understanding!

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