• Hi

    On single product page, product images seems very small, it was not like this before.
    Also, I am not able change single product image layout, it simply does not owrk anymore.

    Best Regards.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @wemarketagency,

    As inspected, seems likely your additional plugin (Woo Variation Gallery) pollutes the product gallery layout. To verify this, you can try temporarily disable this plugin and run your test.

    Adding further, you may want to add this CSS code to Additional CSS under Customize menu, in case you want that plugin remains enabled.

    
    @media only screen and (min-width: 768px) {
      .woo-variation-product-gallery {
        max-width: 50% !important;
      }
    }
    

    Hope this reply helps.

    Regards,
    Kharis

Viewing 1 replies (of 1 total)

The topic ‘Single Product Image Size’ is closed to new replies.