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
Hi @lesbrons ,
Please follow the below steps to update the width of your product image.
- From your Shopify admin, go to Online Store > Themes.
- Click Actions > Edit code.
- search for the product template in code.
- Once your get the template searchc for the ‘product__section-images’ and ‘product__section-content’ class respectively.
- 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.
