Ok, I have a few issues with image sizes for various areas of the site.
If you look at my old site I was building (link in the private box) you’ll see the Featured & Top Rated Products images much larger and for the CD’s & T-shirts they are all Square and the images for the DVD’s are Tall & Narrow (Portrait) vs the way they are looking in the new 2015 site I’m building with ENFOLD.
A) How can I make the ENFOLD Featured & Top Rated Products images larger in the sidebar?
B) How can I make the CD’s square and the dvd’s portrait?
(If i’m correct what I’m looking to do is have the image all meet the same Height and their width max out only to a certain width
I set you up admin access in private box.
Can you also see why the products images are loading blurry?
Hi voice903fm!
1. Add this to your custom CSS.
div ul.product_list_widget li img { width: 62px !important; }
2. Are you referring to the products in your main content area? If so then open up /enfold/config-woocommerce/config.php and change line 143 from this.
$size = 'shop_catalog';
To this.
$size = 'full';
Best regards,
Elliott