[Resolved] How do I make product gallery page mobile responsive?

Home Forums Support [Resolved] How do I make product gallery page mobile responsive?

Home Forums Support How do I make product gallery page mobile responsive?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1016141
    Harry

    Hi,

    On the product gallery page, how do I make the product images mobile responsive?

    I added a padding left 15px and it looks ok on a laptop but horrible on a mobile phone.

    Thanks

    #1016165
    David
    Staff
    Customer Support

    Hi there,

    remove the CSS you have added for the padding, and add this instead:

    .woocommerce ul.products li.product.woocommerce-image-align-left .wc-product-image {
        margin-right: 0 !important;
    }
    #1016171
    Harry

    Hi David,

    That works perfectly. Thank you for the quick response 🙂

    #1016180
    David
    Staff
    Customer Support

    You’re welcome

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