Shopify themes, liquid, logos, and UX
Hello. I'm using Brooklyn theme. There is a big gap between picture and slide dots on product page for mobile when more than 1 pictures. If single photo, looks normal. It looks like a thumbnail space , but shows blank. How to remove it?
Solved! Go to the solution
This is an accepted solution.
Add the following code to your theme.scss.liquid file
@media only screen and (max-width: 480px) {
.template-product .product-single__media-group {
height: 55% !important;
}
}
Let me know if you need help with anything else.
Umair Abbas
Hi @Kevin1966 ,
Please share your store URL so I can take a closer look and post a solution here. Thanks
Umair Abbas
Thank you , should try on mobile.
This is an accepted solution.
Add the following code to your theme.scss.liquid file
@media only screen and (max-width: 480px) {
.template-product .product-single__media-group {
height: 55% !important;
}
}
Let me know if you need help with anything else.
Umair Abbas
Grea, it works! Thank you vey much!
where can i add this code?
i tried to paste him on the bottom of the file, didnt work
thank you
User | RANK |
---|---|
214 | |
145 | |
66 | |
46 | |
45 |
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