Viewing 1 replies (of 1 total)
  • Theme Author Vinod Dalvi

    (@vinod-dalvi)

    Hi @raftabir,

    I hope you are well today and thank you for your question.

    You can make it smaller by adding the following CSS code in the Custom CSS code option of ruby theme on the below path.

    Admin Area -> Appearance -> Customize -> Additional CSS

    .woocommerce div.product div.images img {
        max-width: 300px;
    }

    Please change the width 300 in the above code to whatever you want to set.

    Best regards,
    Vinod Dalvi

Viewing 1 replies (of 1 total)
  • The topic ‘Change dimensions of image’ is closed to new replies.