[ad_1]
The app works great on the desktop but on <span style=”text-decoration: underline;”>mobile</span> the images are overstretched on the <span style=”text-decoration: underline;”>product</span> page. I have been editing css and used this
.wp_shopify_product .prod-left
{
max-width: 100%;
float: left;
padding-right: 20px;
height: auto !important;
}
.wp_shopify_product .prod-gallery ul li
{
max-width: 50%;
height: auto !important;
}
but I still cannot get it fixed. Suggestions please. Thank you.
