Hi, I want to make my main product image bigger on shopify to fill up some of the white spaces on the side. Is there any way to do this? My url is https://shoplineagejewelry.com/ and my password is ‘beckew’.
main.main-content .wrapper {
max-width: 100% !important;
}
- Navigate to Online Store->Theme->Edit code
- Asset->/timber.scss ->paste below code at the bottom of the file.
Thank you
Hi @adthai ,
Go to Assets > timber.scss.liquid and paste this at the bottom of the file:
.template-product .main-content .wrapper {
max-width: 1260px !important;
}
Hope it helps!
