Hi,
I am using Shrine Pro theme on my website, and for one of my product pages, even though i have the “Media Width” set to small, it is still far too big, especially on mobile. Is there any way I could change it?
Hi,
I am using Shrine Pro theme on my website, and for one of my product pages, even though i have the “Media Width” set to small, it is still far too big, especially on mobile. Is there any way I could change it?
Hi @Eman_Akb1 ,
Could you please share store link and mention also with an image of that area.
Hi place this code in “base.css” file
@media screen and (max-width: 749px) {
media-gallery .slider.slider--mobile .grid__item .product-media-container {
width: 80% !important;
}
}
It might be easier if i could have different product images on mobile than i do on desktop. Is that possible?