Removing Side Bar Space form all pages

Hello, I am trying to remove all side bar space so my content is centered. I found a different post that said to put this code in the CCS part of my site, but nothing changed, even after clearing cache. Thanks
@media (min-width: 1200px){
body.blog aside.x-sidebar.nano.has-scrollbar,
body.page.page-id-38.page-template-default.woocommerce-account aside.x-sidebar.nano.has-scrollbar,
body.woocommerce aside.x-sidebar.nano.has-scrollbar,
body.postid-126 aside.x-sidebar.nano.has-scrollbar
{
display:none;
}
body.blog,
body.page.page-id-38.page-template-default.woocommerce-account,
body.woocommerce,
body.postid-126
{
padding-left: 0px !important;
}
}

Hello There,

Thanks for writing in! To remove the sidebar in all of your site pages, you do not need any custom css. Simply go to X > Theme Options > Layout & Design > Content Layout and you must select "FullWidth".

Hope this helps. Please let us know how it goes.

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