Shopify themes, liquid, logos, and UX
Hi all- I currently use the Debut theme for my online store and recently noticed that alternate photos for my products are not listed horizontally anymore. Instead they are vertical. Can someone help me figure out why this has changed?
Solved! Go to the solution
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file
@media only screen and (max-width: 749px){
.thumbnails-wrapper .slick-list {width: 100%;}
}
Thanks!
Please share your website URL and password if any. I will check if this is quickly possible.
Thanks!
Thanks for the url, Please share a screenshot where you need this.
Please add the following code at the bottom of your assets/theme.scss.liquid file
@media only screen and (max-width: 989px){
.product-single__thumbnails-item { width:65px; float: left;}
.slick-initialized .slick-slide {width: 420px !important;}
}
@media only screen and (min-width: 990px){
.product-single__thumbnails-item--medium {float: left;}
.product-single__thumbnail-image {max-width: 90px !important;}
}
Hope this works.
Thanks!
Here is a screen shot of the problem on mobile.
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file
@media only screen and (max-width: 749px){
.thumbnails-wrapper .slick-list {width: 100%;}
}
Thanks!
User | RANK |
---|---|
181 | |
155 | |
75 | |
36 | |
33 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023