• Resolved kira01

    (@kira01)


    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)
  • Thread Starter kira01

    (@kira01)

    disregard, I fixed the code, one issue was in the theme. all good now.

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    Thank you so much, and I will definitely include your guidelines to the FAQs and the description part of the plugin, but the problem is, usually new users do not read all that stuff and they expect a user friendly UI. Plugins evolve and evolve and then they become an exceptionally easy to use thing. I am thankful to you for providing such guidelines, I will surely credit you in the change-log for this effort.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile images overstretched’ is closed to new replies.