Hi all,
Is there a way to align the product title, on the product page, to the left. Without affecting other titles.
Thanks!
Hi all,
Is there a way to align the product title, on the product page, to the left. Without affecting other titles.
Thanks!
it looks like you added:
.product__info-container .product__title{
to the css on line 2971?
make it:
.product__info-container .product__title h1{
and that should work
Thank you so much!