How can I create a sliding thumbnail gallery in the Dawn theme?

Solved

How can I create a sliding thumbnail gallery in the Dawn theme?

truestilo
Tourist
3 0 2

Hello, how can I create a main image with thumbnails sliding below it? I've experimented with various settings, but the Dawn theme consistently displays all images in a row instead of featuring one main image followed by the rest below. Adjusting the mobile layout settings hasn't made much of a difference. Could you please advise?

 

my website is

www.alexkuznetsov.org

Screenshot 2024-04-04 at 11.27.51.png

painter painting paintings
Accepted Solution (1)

KetanKumar
Shopify Partner
37598 3668 12156

This is an accepted solution.

@truestilo 

oh sorry for that issue, yes please try this code 
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.

@media (max-width: 749px) {
.product__media-wrapper .grid--peek.slider--mobile .grid__item {
    width: 100% !important;
}
}

 

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

Replies 3 (3)

truestilo
Tourist
3 0 2

are there anybody who can advice? thank you!

painter painting paintings

KetanKumar
Shopify Partner
37598 3668 12156

This is an accepted solution.

@truestilo 

oh sorry for that issue, yes please try this code 
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.

@media (max-width: 749px) {
.product__media-wrapper .grid--peek.slider--mobile .grid__item {
    width: 100% !important;
}
}

 

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
truestilo
Tourist
3 0 2

thank you! it works!

painter painting paintings