How to add space between price and currency in other currency than main currency?

How can i add space between price and currency in other currency than main currency?

In main currency (EUR):

In the other currency (DOLLAR):

https://jaccomcollection.com/collections/t-shirt

Thanks You!

Hi @ArnauP , not sure what theme you are using to give you exact details but you can add some sort of a filter like this directly where the price is displayed in your code, making sure to include the “$” with a space before it:

$ {{ product.price | money_without_currency }}

Im using Dawn

My main currency its EUR, and i have already like this, but in other Currency like $ i cant make the space.