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
January 22, 2020 at 9:42 am
#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