Hi, I have used the following code to center the price on single product page.
.single-product-page .product-info .price, .single-product-page .product-info .short-description {
float: none;
text-align: center;
display: block;
But if I put the item on the sale it floats to the left. And goes to the same height of AddToCart Button. How to keep the sale price fixed to the same position? Screens attached.
Thanks