• Resolved ??t

    (@phmtiendat)


    I cant chagne product image size and in my website, its become too big.
    Can you guys fix this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @phmtiendat ,

    Currently, I am checking the issue in my development environment and I will get back to you with an update as soon as I can.

    Regards,
    Benjir

    Enamul Mohon

    (@enamulhoquemohon)

    Hi @phmtiendat,

    You’re using Full width page, causing the image sizes to show larger in width.
    You can add the below custom CSS in Appearance > Customize > Additional CSS, to make it look better. (https://d.pr/i/trjKDG)

    /**
     * Product Images
     */
    .shopengine-product-image .woocommerce-product-gallery .flex-control-nav {
        max-width: 600px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .shopengine-product-image .woocommerce-product-gallery__image > a {
        display: block;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cant resize Product Image’ is closed to new replies.