Hello,
I have been trying to center the price and the title on Dawn Theme but I could not find a way.
Please help.
Hello,
I have been trying to center the price and the title on Dawn Theme but I could not find a way.
Please help.
Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.
You DA BEST!!! Thank YOU!
This should works on Dawn 15 and higher:
Add this code to bottom of css file:
/* Centering the product price /
.product__price, .price {
text-align: center !important; / Centers the price /
display: block; / Ensures it takes full width /
margin: 0 auto; / Centers the block */
}