Mobile images overstretched
-
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.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Mobile images overstretched’ is closed to new replies.