Can we increase the space between the actual content and the sidebar

Posted in: Newspaper
Post count: 41

https://ibb.co/vkc9cXy. As you can see in this image the gap between the content and the sidebar is very less. Can I just increase this gap?

Post count: 35449

Hi,

This can be done only if you are using a custom css and you reduce the width the sidebar -> https://i.imgur.com/SoEjx1j.png -> https://i.imgur.com/gB6SVkp.png
.single .td-pb-span4.td-main-sidebar{
padding-right: 24px;
padding-left: 44px;
}
.single .td-pb-span4.td-main-sidebar .td-ss-main-sidebar{
width: 304px!important;
}

The code need to be set in theme panel> custom code> custom css.
If this is not what you mean, please provide some more details and screenshots.

Thank you!

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