WC Single Layout is forced Boxed for some reason?

Hi Team

I am creating a new WC Single Layout and its forced boxed, even though the Settings are Fullwidth for the site.

I have another site where the WC Single Layout is fullwidth so I know it can be done.

Will add login details for you.
Link to layout - https://wordpress-177439-3018912.cloudwaysapps.com/cornerstone/layouts/4654

Could be some custom CSS but I dont think so as I’ve had a look around already. Not sure what’s going on…

Thanks
Sam

Hello Sam,

Thanks for writing in! You are using the Integrity stack and by default, there is a default 60 pixel padding for the layout. This is the built-in CSS that made it possible:

[class*=woocommerce] .entry-wrap {
    padding: 60px;
}

You can override this padding by adding the modified CSS code in the page and set it to 0 instead.

Be advised that custom CSS coding is beyond the scope of our support under our Support Policy. If you are unfamiliar with code and resolving potential conflicts, you may select our One service for further assistance.

Best Regards.

Ah yep, those Stacks are going to be the end of me…

Looking forward to a stackless-Pro one day.

Thanks
Sam

You are most welcome, Sam.

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