How do I add padding above the product image on the individual product pages? I do not want it that close to the top (see image below). Any help is appreciated! https://laface-skin-care.myshopify.com/?_ab=0&_fd=0&_sc=1&key=a2a35434a549b03ad233264794405b77106e71…
yes please add this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.product-single {padding-top: 30px;}
