Change display of product page additional images to be on a new row

Change display of product page additional images to be on a new row

mukiria
Shopify Partner
2 0 0

I would like to code the product image to display like this

https://co-collections.com/products/asymmetric-gladiator-sandal-in-leather-black

How can i do that?

Replies 3 (3)

brandography
Shopify Partner
136 27 25

Hi there! A good, quick solution here might be to add some photo-specific sections below your main product image section. Looks like that's all they did in the example link 😉

Find a Powerful eCommerce Marketing Partner


Let Brandography help you spread the word about your products through cutting-edge eCommerce web design, strategic sales channels, and expert digital marketing tactics.
Check out our website

theycallmemakka
Shopify Partner
1795 436 465

Yes this template is possible, we will have to do this from scratch 

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

mukiria
Shopify Partner
2 0 0

I just needed code for the main.product.liquid

 

{% render 'product-media-gallery', variant_images: variant_images %}

 

Im sure it can be done with changes to this code