Images products Two Columns
-
Is it possible for the product images to be all in two columns? It currently shows a large image and then two columns, is it possible that it’s all in two columns? I give you an example from another website.
https://www.pompeiibrand.com/products/the-waves-ikat-swimwear
Hello,
The below code should help you with it, enter it into the “Desktop CSS” area in Theme Settings -> Custom CSS.
.website-wrapper :is(.thumbs-position-bottom_column,.thumbs-position-bottom_grid,.thumbs-position-bottom_combined) .product-image-wrap:first-child {
max-width: 50%;
flex: 1 1 50%;
}
Kind Regards
Hello,
You are welcome! Always remember that you can reach out to us with any questions you may have.
We wish you a splendid day!
Kind Regards
The topic ‘Images products Two Columns’ is closed to new replies.