Home Forums WoodMart support forum Shop Page Product Image is too large

Shop Page Product Image is too large

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #33494

    Haresh
    Participant

    Hello,

    When I added a new product, it is showing the image is too large on shop page and single product page. Please check what is the issue is there? I attached screenshots.

    Thanks

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

    Haresh
    Participant

    see attached images.

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

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    div.woocommerce-product-gallery .product-image-thumbnail img, 
    div.woocommerce-product-gallery .woocommerce-product-gallery__image img, 
    div.woocommerce-product-gallery .woocommerce-product-gallery__image--placeholder img,
    div.product-grid-item .hover-img img, 
    div.product-grid-item .product-image-link img {
        width: auto;
    	margin: auto;
    }
    
    div.woocommerce-product-gallery figure > a {
    	display: block;
    	width: 100%;
    	text-align:center;
    }
    #33593

    Haresh
    Participant

    Hello,

    Thank you so much, it is working fine.

    Thanks.

    #33606

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Shop Page Product Image is too large’ is closed to new replies.