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.