I am facing issues particularly with product pages where the website is not responsive on mobile. The image and variants have huge space in between them, the whole product page does not fit on one mobile screen, it needs to be scrolled up and down to see the details.
Need the product image, variants and price to feature on one screen on mobile. I have looked at similar issues in the forum and added the meta code of viewport but it is still not resolved. Can shopify team please help me.
Attached the screenshot from mobile. URL : https://eco-soul-tribe.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
Thanks for post.
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 749px) { .product-single__media, .product-single__thumbnails-item { height: auto; } }
Thanks for udpate.
Hi @KetanKumar ,
Would you be able to advise why are some of the product titles sitting on product image when viewed on mobile? I did not make any changes to this page, not sure why it became like this suddenly.
Thanks for post
can you please share your store url
Thanks
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.grid-view-item__image-wrapper .grid-view-item__image
{
height: 100%;
object-fit: contain;
}
Thanks @KetanKumar , it works!!
Thanks for update
yes, please add this code
.grid--view-items {overflow: visible;}
User | Count |
---|---|
498 | |
208 | |
130 | |
82 | |
43 |