Make product gallery slider bigger on mobile

Solved

Make product gallery slider bigger on mobile

Kaash
Excursionist
15 0 5

Hi,

I want to make the product gallery bigger on mobile.

Screenshot 2023-07-28 235514.png

Thank you for the help

Accepted Solution (1)

INA_MSWEB
Shopify Partner
1281 144 168

This is an accepted solution.

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

If it’s helpful to you, please mark it as a solution.  


Need Help with Shopify Design, Migration, Speed, or Custom tasks?  
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Hi @Kaash ,

Can i give a try? Would you mind to share your URL website? with password if its protected. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Kaash
Excursionist
15 0 5
Sure!
Batgrip.myshopify.com

INA_MSWEB
Shopify Partner
1281 144 168

This is an accepted solution.

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

If it’s helpful to you, please mark it as a solution.  


Need Help with Shopify Design, Migration, Speed, or Custom tasks?  
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin

Kaash
Excursionist
15 0 5

It worked! Thanks a lot San