Full width woocommerce shop page

Hi there,
My woocommerce shop page (archive page) was full width thanks to some custom css:
.post-type-archive-product .x-container.max.offset{
margin: 0 auto;
max-width: 100%;
width: 100%;
}
But it suddenly stopped from displaying full width and now seems to apply global settings…
I don’t get it!
Weird thing is in the xtheme customizer it sometimes appear full width (and sometimes not).

Thanks for helping me out.

I moved some css from the x theme option to the “additional css” in the appearance -> customize menu. It did the job but now I’m confused about where should I put my custom css!?!?

Hello @avanaa,

Thanks for asking.

Please don’t use Customizer as it may cause conflicts, X Theme has it’s own theme options panel. Please add the CSS under X > Theme Options > CSS.

Thanks.

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