Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
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 |
---|---|
114 | |
88 | |
70 | |
65 | |
46 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022