Hi,
I added some custom code to X Theme to change the price range style on my shop. http://foreverartificial.je/shop/
As you can see the dash " - " between the prices appears on the left and not centered as the prices do.
What code do I use to centre the dash as well as the prices please?
Code I used is
.woocommerce li.product .entry-header .price>.amount {
text-align: center;
display: block;
}
Thanks