Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello all,
I want to make the box height of the product smaller.
Store URL: https://u7yeji-na.myshopify.com/ar/products/nova-water-40-plastic-bottles-x-330-ml
Solved! Go to the solution
This is an accepted solution.
Assalamualaikum, @Mamdouh_USD , Please follow this steps -
Thanks!
@media screen and (max-width: 749px) {
.product__modal-opener .product__media.media{
height:32dvh;
padding-top:0;
}
}
This is an accepted solution.
Assalamualaikum, @Mamdouh_USD , Please follow this steps -
Thanks!
@media screen and (max-width: 749px) {
.product__modal-opener .product__media.media{
height:32dvh;
padding-top:0;
}
}
@Sayed_Safin use custom css settings first before recommending merchant modify code files.
https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css
Otherwise when a merchant inevitably messes up there theme it wont be a "simple" style it'll be doing free theme repair work.
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
@PaulNewton Thanks for the valuable suggestions.