Problem with woocommerce photos of rmodule in page builder
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!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
6Hi
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.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.