Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1228462

    Hi there, I just could find out how I can enlarge my product image on mobile view. As far as it concerns on desktop – everything its fine, but viewed on smartphone its simply too small. I wonder how I can enlarge the product image almost to fill the width of the mobile screen.

    here is a screenshot: https://imgur.com/MF31leH
    I outlined the desired size with the pink color.

    any advice?
    thanks.

    #1228754

    Hey aovivo,

    This CSS is causing that to happen:

    .single-product-main-image {
        width: 33%!important;
        float: left!important;
    }

    I’m not sure where it’s coming from since your CSS is cached/minified. If you disable that then we can tell you in which file you can find it.

    Best regards,
    Rikard

    #1228765

    Hi Rikard,

    many, many thanks! that’s it…!
    I dont know why this was there, but now it is exactly how it should be!

    my best regards!!
    aovivo

    #1228976

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1229067

    Its okay to close. Thanks!

    #1229265

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to expand/enlarge woocommerce product image on mobile view’ is closed to new replies.