Home Forums Basel support forum Add space between currency symbol and price. Reply To: Add space between currency symbol and price.

#206754

Hello,

Please find this code in the Theme Settings > Custom CSS > Global:

body .woocommerce-Price-currencySymbol {
    font-family: Arial;
}

and replace for this one:

body .woocommerce-Price-currencySymbol {
    font-family: Arial;
    display: inline-block;
    margin-right: 10px;
}

Best Regards