Home Forums WoodMart support forum Image size

Image size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #156505

    olgatrick
    Participant

    Hey. How can I make the image size the same with the block on the right?

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

    Hello,

    As you want to reduce the image size of the product main image and make it equal to the right side content. It requires customization and this is beyond our limitations and support policy.

    But you can try the below CSS code in Theme Setting >> Custom CSS >> Custom CSS for Desktop:

    .thumbs-position-left>.col-lg-9 .woocommerce-product-gallery__wrapper {
         height: 350px;
    }

    Remember that it might disturb some other layouts so you can use this CSS code at your own risk. Because most of the time the short description length is not similar so the image might be larger or smaller from the right hand side content.

    Best Regards.

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