• Hi,

    I have a question about the product image and I hope you can help me further!

    The product images that are shown on your laptop and phone are quite large. You have to scroll down to see them. And I actually want them more up and a bit smaller and a bit more from the left side, it’s too close to that too.
    How can I make the product images a bit smaller and more appropriate to the title and text, also for the mobile version? I use the Shopengine plugin for this.

    I got a screenshot here: https://we.tl/t-4J4uQni77v

    Thank you very much for answering my questions!

    Greetings,

    Romy

Viewing 1 replies (of 1 total)
  • Hi Romy,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    @media only screen and (min-width: 768px) {
      .product-gallery-summary .woocommerce-product-gallery {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
      }
      .product-gallery-summary .entry-summary {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
      }  
    }

    Hope that helps.

Viewing 1 replies (of 1 total)

The topic ‘Product image’ is closed to new replies.