Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #372329

    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?

    • This topic was modified 9 years, 11 months ago by voice903fm. Reason: I resolved some of the issues so I deleted those and edited the post
    #372456

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.