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 |
---|---|
74 | |
72 | |
63 | |
63 | |
41 |
As a business owner, have you ever wondered when your customer's first impression of yo...
By Skye Jun 6, 2023We're excited to announce improvements to the threaded messaging experience in our communi...
By TyW May 31, 2023Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023