Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi:
I would like to reduce Woocommerce’s photos size in Page Builder module in main page in my web: http://farmadiabet.es/ How can I do this?. This will help also to avoid problems displaying photos in smaller screens. Thanks in advance!
Hi
Please try this under Appearance > Custom CSS:
/* WooCommerce Widget */ .widget .product_list_widget li { width: 15% !important; }You can adjust that figure but 15% looks good to me.
Excellent! Just a final question: how to make the category pictures larger. If you solve this, I will love you forever!
Glad to hear that helped. Please try this:
/* Make the WooCommerce Container 100% Width */ .woocommerce-page #container { width: 100% !important; }Perfect! Thanks a lot! Please mark this thread as solved.
And along this same Woocommerce topic, how do I make the image smaller on a single product page?
Thanks
Hi nrl009
Please try this under Appearance > Custom CSS:
/* WooCommerce */ .woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img { width: auto !important; }If you need further help please open a new thread and I’ll climb in there.