Hi! How can I put my product in the centre of the page ? This is on my shop/collection & I’m using Dawn 2.0 theme…
linked below
Hi! How can I put my product in the centre of the page ? This is on my shop/collection & I’m using Dawn 2.0 theme…
linked below
Hi @aurora1902
Hope you are doing great!
To put the product in the center of page, please help to add the following code at the bottom of your assets/theme.scss.liquid file.
.template-product .product-single__meta, .product-single__meta .rte {
text-align: center !important;
}
.template-product .product-single__description {
text-align: left !important;
}
I hope this helps. If you find my answer is helpful, please like or mark it as SOLUTION
hey thanks for the response but i dont have or cant seem to locate my assets/theme.scss.liquid file.