Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    It seems there is a bug in the theme with the image swamp style and product image setting. For now, add the below code to the custom css section of the customizer and see it fixes the issue or not.

    .woocommerce ul.products li.product .woo-entry-image-swap img {
        width: inherit;
    }
    .woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-secondary {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    • This reply was modified 7 years, 2 months ago by Amit Singh.
    Thread Starter twgerber

    (@twgerber)

    Much better. Thx

    You’re welcome!

    Thread Starter twgerber

    (@twgerber)

    🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Images on Shop page’ is closed to new replies.