I want align the compare-at-price in middle

I want to align the compare-at-price in the middle. I am attaching the screenshot

www.swayur.com is my link

price-swayur.JPG

1 Like

Hello @swayurindia ,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.price--on-sale .price-item--regular {
font-size: inherit!important;
font-weight: normal!important;
}