Overlapping sidebar

Just trying to figure out why these rows are overlapping the sidebar

all margins seem ok? I did have a person do some custom code on this page so not sure what he did.

here is page link
https://woocommerce-262453-958953.cloudwaysapps.com/x/#/content/17572

Hello @waynepatt58,

Thanks for writing in!

You are using the default page template which has a sidebar area. Please edit the page you want to have a fullwidth and change the page template to Blank - No Container | Header, Footer. You can find this setting in the Cornerstone settings tab > WordPress Settings > Page Template

For more details about the different page templates in the theme, please check this out:

Hope this helps.

Originally we where going to have a full width page and the contents were designed for that. We canceled that idea though as we now need a sidebar for advertising purposes. Hence I was hoping we could just modify the pages content to fit the new sidebar layout. It will be a lot of work to redesign page from start again when we already have the content there.

Hello @waynepatt58,

If that is the case, back in Cornerstone, insert this custom css in Page > Custom CSS

.x-container.main:not(.x-row):not(.x-grid):before {
    display: none;
}

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.