Home Forums Free Themes Signify eCommerce Product gallery shows vertically

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #189963
    Min
    Participant

    Hi,

    I’d appreciate help fixing an issue with the product gallery, which shows the thumbnails vertically. How to show the gallery horizontally?

    https://patpaige.com/tienda/producto/selfie-boku-no-hero-academia/

    Thanks!

    #189979
    Psink
    Keymaster

    Add this CSS in the Additional CSS

    .woocommerce-product-gallery__wrapper div:not(:first-child){
    width: 33.33%;
    float: left;
    }

    let us know if this didn’t works

    #189981
    Min
    Participant

    That did the trick! Thank you so much for your help 🙂

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