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

    Ciao! ;-)
    I need to reduce the image size in the single product page.

    I add this code in quick css:

    img.attachment-shop_single.wp-post-image {
    width: 300px !important;
    height: 434px !important;
    }

    but the line around the image is not good and the responsive don’t work well. Look http://www.asidogshow.it/prodotto/compton-range/

    Can you help me? Thank you.

    #489609

    Hey dobermaraner!

    Try this out instead.

    .woocommerce-main-image {
      max-height: 434px;
      max-width: 300px;
    }
    .woocommerce-main-image img {
      max-height: 424px;
      max-width: 300px;
    }
    

    Cheers!
    Elliott

    • This reply was modified 9 years, 3 months ago by Elliott.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.