Need help with Spaces around content

Author Posts

zoro

Hello

I am using a theme that adds a lot of space on both sides of the content. I tried but couldn’t identify the CSS selector or make any changes

Could you please take a look
Screenshot link
https://a.cl.ly/P8uYpKml
Webpage link
https://dealmango.com/convertbox-lifetime-deal/

Thank you


Sebastian

Hey,

I see that you are using some kind of grid framework to position the content. As such, it will be easier to change the spacing by changing the HTML classes, rather than override the styling with CSS – if you can easily edit the classes. Right now you have the following classes on the container element:

column column--lg-8 column--lg-offset-2

You can reduce the spacing by changing the classes to:

column column--lg-10 column--lg-offset-1

Is that possible?

Thanks,
Sebastian

You must login or register to reply to this topic.