Delete body/text container

Hello
I am loving your Sparkling theme, thank you
I have uploaded the Site Origin Beautifully Baked page template to the Home page but how do I get rid of the text box container? I would like to remove it completely from all pages
I have added the following css found through the forum but it’s not helping so it’s obviously not correct

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

body.page .post-inner-content {
padding-top: 0;
}

My site is http://nutrilavie.co.za - I’m fairly new at all this
Many thanks

Hey there,

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

/*remove border*/
.post-inner-content, .post-inner-content:first-child {
    border:none;
}

Best regards,
Support.

Awesome, thanks so much for your help

You are always welcome here :slight_smile: