Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #315364

    Hello,

    I need to set the images of the single product (main + secondary) to be bigger.

    I did try to change the settings in woocommerce and use regen thumbnails plugin, but its still the same size..

    Can you please take a look at that ?

    #316020

    Hi oravidor!

    You can resize the image with css – insert this code into the quick css field:

    
    .single-product .container .four.units {
    width: 350px;
    }
    
    .single-product .container .eight.units {
    width: 510px;
    }
    

    You can also change the width of the image (currently set to 350px) but both width values must not exceed the width of 860px. You can i.e. increase 350px to 360px and reduce 510px to 500px, etc.

    Best regards,
    Peter

    #316111

    Thanks,

    It does work, but now I have another problem..

    The product pages that don’t have secondary images look different. some how the image is bigger and the box to the right of the “add to cart” and variation selection isn’t aligned to the main image.. Also how can I make the product description full size and still look good and in alignment to the images and the other box ?

    #316112
    This reply has been marked as private.
    #316238

    Hi!

    I just checked the website and the code snippet Dude provided is working. The link is missing. A screenshot of the issue will help.

    Cheers!
    Ismael

    #316294
    This reply has been marked as private.
    #317896

    Hi!

    The problem is that those image differ in aspect ratio, the shirt one is rectangular and the leash is a square.

    Best regards,
    Josue

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