Shopify themes, liquid, logos, and UX
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
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
Solved! Go to the solution
This is an accepted solution.
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;
}
}
are there anybody who can advice? thank you!
This is an accepted solution.
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;
}
}
thank you! it works!