Home Forums Themes Support Bibo Need to keep a Space between price mark and amount Reply To: Need to keep a Space between price mark and amount

#709

Hi,
You can go to Appearance -> Customize -> Additional CSS and add this code:

.woocommerce-Price-currencySymbol {
margin-right: 3px;
}

Hope this help!

****
Regards,
MiloTheme