Hi Have set my page width to 1366px. Unfortunately I cannot change the size on a Woocommerce product-category page . The product images spread to the full width of the page and I need to make it about 1100px for the product pages only so the images reduce in size. I tried the code below without success.
` body.responsive.layout-full.product_category_ID=220 #page-wrapper #main .full-container {
max-width: 960px;}`
Regards
Richard
Hey Richard,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi Richard,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.responsive #top.woocommerce.woocommerce-page .container {
max-width: 1100px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria
Perfect thank you….just annoying that I could not do it myself
Regards
Richard