[Resolved] WooCommerce gallery images take two rows when pictures would fit in one

Home Forums Support [Resolved] WooCommerce gallery images take two rows when pictures would fit in one

Home Forums Support WooCommerce gallery images take two rows when pictures would fit in one

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1443899
    Christine

    See attached link.

    Why are the gallery images taking up two rows when the photos would fit in one? I don’t know if is the way it’s supposed to be or not, but it would look better if they took up the whole width of the featured photo, and only went onto two rows when it needed more space.

    #1444004
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .woocommerce div.product div.images .flex-control-thumbs {
        display: flex;
        flex-wrap: wrap;
    }
    #1444129
    Christine

    Ah, much better! Thank you!

    #1444358
    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.