Hi,
I want to make the product gallery bigger on mobile.
Thank you for the help
A user seeks to enlarge the product gallery slider on mobile devices for better visibility.
Solution Provided:
base.css file.product--columns-mobile .product__media-item widthcalc(75% - 1.5rem - var(--grid-mobile-horizontal-spacing))Outcome:
Hi @Kaash ,
Can i give a try? Would you mind to share your URL website? with password if its protected. Thanks!
Sure!
Batgrip.myshopify.com
Hi @Kaash
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the base.css file:
@media screen and (max-width: 749px) {
.product–mobile-columns .product__media-item {width: calc(75% - 1.5rem - var(–grid-mobile-horizontal-spacing)) !important;}
}
Regards,
San
It worked! Thanks a lot San