I want to center the product price and sales price on the product pages. I’m using dawn theme. My website is www.takeoverapparel.com and password is takeover
Hello, @takeoverapparel
- Go to Online Store
- Edit Code
- Find theme.css/base.css file
- Add the following code in the bottom
.product .price__container {
margin-bottom: .5rem !important;
text-align: -webkit-center !important;
}
Thanks!
Hello, @takeoverapparel
If you find my advice helpful please remember to LIKE and accept as SOLUTION.