Hello,
I am trying to add 2 columns for the WooCommerce shop page, which I have managed to do. However, I am trying mage the .x-container width smaller to get more use out of the screen real estate.
I have done it by adding the following to the Custom CSS (and adding other CSS to reduce the margins, etc.
archive.woocommerce .x-container {
width:99% !important;
}
However, I really only want this to apply to this page and to the body, not the header. Currently ALL archive pages are affected and the header and footer have also lost their margins. I’m not the best at CSS and finding the right selectors is a nightmare. Can anyone please help?
Thanks,
