Home › Forums › Basel support forum › Top Bar Help, adding Woo Currency Switcher › Reply To: Top Bar Help, adding Woo Currency Switcher
December 6, 2017 at 4:34 pm
#27541
Bogdan Donovan
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.top-bar-left .woocommerce-currency-switcher-form {
margin-right: 10px;
}
.topbar-content .woocommerce-currency-switcher-form {
display: inline-block;
}
Regards