How to remove container when there is a sidebar

Hi team,
this is the site http://constellations-familiales.life

I would like to remove the white border(container?) that is on the page here. There is no option to go full width when I add a sidebar.

Please assist.

Cheers,
Toan

Hi There,

Thanks for writing in!
This actually depends on which stack you are using.
Can you please try adding this CSS to your X-> Theme Option -> CSS and let us know if that works.

.entry-wrap {
padding: 0px;
background: none;
box-shadow: none;
}

Hope this is some thing you are looking for.

Thanks

1 Like

Hi there,

Yes that worked great!

Cheers for that.

You’re most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.