How can I resize a gift card to make it smaller?

hi does anyone know how to resize the giftcard to make it smaller?
https://lesbrons.com/products/les-brons-gift-card
password: sandwich
trying to make it at least 1/4 the size smaller of what it is now

@lesbrons

Please share screenshot what do you want!

Thanks!

Hi @lesbrons ,

Please follow the below steps to update the width of your product image.

  1. From your Shopify admin, go to Online Store > Themes.
  2. Click Actions > Edit code.
  3. search for the product template in code.
  4. Once your get the template searchc for the ‘product__section-images’ and ‘product__section-content’ class respectively.
  5. You can find the ‘span-8’ class with the ‘product__section-images’ class. Just update that class with ‘span-5
    6.You can find the ‘span-4’ class with ‘product__section-content’ class. Just update that class with ‘span-7

For more clarification please refer to the below screenshot.

you can also update ‘span-5’ to ‘span-4’ and ‘span-7’ to ‘span-8’.

let me know if you need any other help.