[Resolved] Too big images in Woocommerce

Home Forums Support [Resolved] Too big images in Woocommerce

Home Forums Support Too big images in Woocommerce

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #792708
    Ivan

    Good afternoon, the images of Wooccomerce products, I appreciate very large, occupy almost the entire screen and do not allow to change their size, put the size that you put only change the quality but not the size.

    How can I solve this?

    #792964
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try adding this CSS:

    .woocommerce #content div.product div.images, 
    .woocommerce div.product div.images, 
    .woocommerce-page #content div.product div.images, 
    .woocommerce-page div.product div.images {
        width: 38%;
    }
    
    .woocommerce #content div.product div.summary, 
    .woocommerce div.product div.summary, 
    .woocommerce-page #content div.product div.summary, 
    .woocommerce-page div.product div.summary {
        width: 58%;
    }

    Let me know ๐Ÿ™‚

    #793001
    Ivan

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
    width: 38%;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
    width: 58%;
    }

    #793072
    Ivan

    Good afternoon, thank you very much for answering me, I have tried installing the simple css plugins and include the code that you passed me, but still does not solve the problem, the images occupy the entire length of the page of the article.

    What I can do?.

    #793167
    Leo
    Staff
    Customer Support

    Looks like the code is working to me:
    https://www.screencast.com/t/GyKYXpIOCEkh

    Is this not what you are seeing?

    #793392
    Ivan

    Good morning, the image is still looking as big, is there no way to change its size ?.

    Is that because I modify the values does not vary.

    #793404
    Ivan

    Hello, sorry again, it seems that it is working properly, it seems that you had to “regenerate the images” now so that the images have been reduced.

    Thank you very much for your help, I have definitely done the right thing by buying this template.

    #793702
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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