Okay
  Public Ticket #1555024
Make product image smaller
Closed

Comments

  •  1
    youria started the conversation

    Hey

    I want to make my producht image's smaller. Is there an option in the backend ?For magento 1 I found something.


    thanks

    Youri

  • [deleted] replied

    Hi

    No, we don't have this option, you can adjust by adding this css code to Custom Style in admin, MGS -> Theme Settings -> Custom Style

    .product-info-main-content .product-info-media {
        width: calc(100% / 2);
    }
    .product-info-main-content .product-info-main {
        width: calc(100% - 100% / 2);
    }

    then refresh cache and check again