Woocommerce product image full width on mobile

Home Forums Jevelin Theme Woocommerce product image full width on mobile

Home Forums Jevelin Theme Woocommerce product image full width on mobile

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    RESOLVED Posts
  • WebDesigner
    Participant

    Guy, can anyone advice how to make Woocommerce product image full width on mobile on product page? Tried using landscape/square image cropping, doesn’t work.

    There is too much empty space on sides. See screenshot.

    Web: https://www.webmaintenanceus.com/

    Attachments:
    You must be logged in to view attached files.

    Shufflehound
    Moderator

    Hi there,

     

    We could create a custom CSS that could fix this.

    Can we login to your website to test and add it?

     

    Best regards,

    Shufflehound team

    WebDesigner
    Participant

    Hi. Sure. Here is the login.

    Shufflehound
    Moderator

    Hi there,

     

    We added some improvements.

    Can you please take a look now? 🙂

     

    Best regards,

    Shufflehound team

    WebDesigner
    Participant

    Looks good. Thanks.

    Shufflehound
    Moderator

    You are welcome!

    WebDesigner
    Participant

    Hi guys, I did some updates on my website and the woo commerce image width disappeared.

    Can u make it full width it again please? Or lmk how to do it?

    Shufflehound
    Moderator

    Hi there,

     

    Sure! Please check it now.

     

    If needed in the future – here is the code we added to the Jevelin Settings > Custom CSS:

    @media (max-width: 550px) {
        body .container {
            max-width: 90%!important;
        }
    }

     

    Best regards,

    Shufflehound team

Viewing 9 posts - 1 through 9 (of 9 total)