How can I add space to the side of sections and change color of these spaces?

In my theme settings I add space between sections, and I also want to add space to the side. I want to change color to these spaces to match my sections background color . If possible I also wants to add round corner to my sections. How can I do it?

Hello, THe section rounde is possible To set the space color you need to set either section background color or container background color. it depends on how the section is show. image or background color,

can you share the site url

Hello, I have successfully set the section round, so now i just need to change the color of the space.

My store url is : https://upntbu-a1.myshopify.com/

password: rtulaw

Use this css in storefront customize css area then your background color will change, you can set the color what you like

main#MainContent {
    background-color: #242833;
}
1 Like