How to take this space below price away? See picture

Hi @Svds

You can try the following steps:

Step 1: Go to Admin → Online store → Theme > Edit code:

Step 2: Search for base.css

Step 3: Add this code at the end of the file

.product__info-wrapper .price__sale {
  flex-direction: row!important
}

You will get the result like this: