Reduce distance between sale price and original price on product card

hello, i want to make the distance between my sale price and original price on product card smaller as the gap is quite big:

my theme is dawn, website url is qmpryp-cx.myshopify.com , password is chasha

Hi @ads18922

You just need to follow these steps:

  1. Go to the Online Store
  2. Edit Code
  3. Find theme.css / base.css

And past that CSS Code:

.product-card-wrapper .card__information .price  .price-item {
    margin: 0;
}

I hope this solution works for you!
If it does, please Like It and Mark It As A Solution, or support me by Buying Me A Coffee to keep me going!