Tagged: woocommerce
Hi Endfold-Team,
I’d like to resize the Product-Thumbnails in the sidebar (in order to make them more visible). I’ve been searching the web for solution, but so far without any success. Is there a way to resize the thumbnails in the “cart” and the “cross-sells” -widget? (See screenshots for more)
I’ve already tried setting the pixel-size in the functions.php file and regenerating all the images… (appears to be a css problem)
Thank you in advance!
Hey mpbaum,
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
div ul.product_list_widget li img {
float: right;
margin-left: 0;
width: 65px;
padding: 0px;
}
If you need further assistance please let us know.
Best regards,
Victoria