Make the margins disappear

Hello,

I would like to make the margins on my web disappear, now is appearing a left hand margin and a right hand margin and i would like not to have margins at the page.

Thanks,

Lydia Malagon

Hi Lydia,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.container.main-content-area {
    width: 100%;
    max-width: 100%;
}

Best Regards,
Movin

If I do that my page looks like the pic I attached, but I would like the widgets on the right hand side would showed smaller than the posts on the left hand side. And, as you can see on the pic attached, the text from the post hasn’t margin, but the pic from every post is already smaller.

¿How could I fix that?

Thanks,

Lydia

To change sidebar width you have to use custom CSS code as shared in the following topic.

https://colorlibsupport.com/t/change-sidebars-width-and-position/#post-43099