Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #806029

    I have a site built from an imported default Enfold shop. All is good except the product images on mobile are too large. How can this be fixed? Can I specify different sized images for mobile only?

    #806137

    Hey crtdude,

    Please provide a link to the site in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #806160

    Please see private content link. Thanks in advance for looking into this.

    #806177

    Hi,

    I am not seeing the images as abnormally large. Can you provide a screenshot on your to show an example of what you are seeing? Or, let me know about the size you are looking to achieve.

    Best regards,
    Jordan Shannon

    #806213

    I cannot upload screenshots here as you well know. Anything over 768 pixels they look just fine, drag your browser window to 767 and the photo is huge – it should be much smaller.

    #806215

    Hi,

    You can link to a screenshot using any online service that is fine. This is what I am viewing from the mobile screen: https://snag.gy/BJI5lM.jpg

    Best regards,
    Jordan Shannon

    #806243

    You are on the products page. I am talking about the single product page. Click on a product.

    #806394

    Hi,

    Add the following to quick css:

    #top .product div.images img{
    width:70%!important;
    max-width:70%!important;
    margin:0 20%!important;
    }

    Let me know if this works.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.