Big gap on sale pricing for some reason

Hi,

For some reason theres a big gap on the sales pricing compared to the normal pricing?

Can someone please help? I want it to be equal.

See URL:
https://burleighbreeze-boutique.com/collections/best-sellers

1 Like

Hi @alphabeanz

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!

Hi @alphabeanz

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
span.product__price.on-sale {
    line-height: .7 !important;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

Bro you are an absolute legend, thank you so much!

1 Like