Hi, im using narrative theme. on my product page, the body below the images are not centralised at all. anyone know how to solve it?
Hello There,
Please share your store URL.
So that I will check and let you know the exact solution here.
URL: elita.com.sg
password: clewth
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.scss.css and paste this at the bottom of the file:
@media screen and (max-width: 749px){
.product-template .product__content.page-width .grid {
margin-left: 0;
}
.product-template .product__content.page-width .grid .product__content-main {
width: 100%;
}
}
thanks!

