We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Debut theme Change Number of Pictures in a Row of a Product Page

Solved

Debut theme Change Number of Pictures in a Row of a Product Page

Aaron10
Excursionist
26 0 3

Hello everyone,

Today I want to change the number of pictures in a row of my product page.

My page is https://weststartexas.shop/products/783c-concho-belt?variant=43144092909760

see each variant should have 5 pictures in a row instead of 4. I want to move the 5th picture to the right side like the picture showed.

How can I edit this in the theme Debut?

Thank youreposition.png

Accepted Solution (1)

KetanKumar
Shopify Partner
37635 3670 12168

This is an accepted solution.

@Aaron10 

yes please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.

@media (min-width: 990px){
.product-single__thumbnails-item--medium {
    flex: 0 0 20%;
}
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Reply 1 (1)

KetanKumar
Shopify Partner
37635 3670 12168

This is an accepted solution.

@Aaron10 

yes please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.

@media (min-width: 990px){
.product-single__thumbnails-item--medium {
    flex: 0 0 20%;
}
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing