Adjust gutter width between columns

Posted in: Newspaper
Post count: 19

How do I reduce the gutter width between columns on my home page https://charlotteareanews.com?

Thanks in advance for your help.

Buck

Post count: 35449

Hi,

For this you can use a custom css ->
.td-block-span4 {
padding-right: 12px!important;
padding-left: 12px!important
}
.td_block_4 {
margin-left: 36px;
margin-right: 36px;
}

-> https://www.screencast.com/t/yxidCQBZSB
Please set the code in Newspaper>Theme panel>Custom code>Advance section desktop -> https://www.screencast.com/t/jSzRVEpU

Thank you!

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