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 |
---|---|
62 | |
52 | |
46 | |
39 | |
37 |
Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023Summary of EventsBeginning in January of 2023, some merchants reported seeing a large amo...
By Trevor May 15, 2023With 2-Factor Authentication being required to use Shopify Payments, we’re here to help yo...
By Imogen Apr 26, 2023