Okay
  Public Ticket #810562
Resize
Closed

Comments

  • Zainal started the conversation

    Hi, how to resize image and make closer gap in shop page? I have attached screenshot to make you understand.

  • [deleted] replied

    Hi Zainal,

    1— Just go to Theme Options > Shop Settings and there you can change "Catalog thumbnail size" (after you change the dimensions you must regenerate thumbnails)


    (view large version)


    2— Can you please add the code below to Custom CSS

    .shop .shop-item .item-info h3, .woocommerce .shop-item .item-info h3 {
        margin-top: 10px !important;
        margin-bottom: 5px !important;
    }
    
  • Zainal replied

    I have tried with regenerate thumbnails, but it didn't work.

  • [deleted] replied

    Hi Zainal,

    I'm sure that it works, for example if you leave 100x100 there and then regenerate thumbnails the changes will take effect. Please try this again.