Home › Forums › WoodMart support forum › Notification bar text issue › Reply To: Notification bar text issue
December 9, 2017 at 1:29 pm
#28001
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
div.woocommerce-cart-notice-minimum-amount {
justify-content: unset;
}
div.woocommerce-cart-notice-minimum-amount .amount {
margin-left: 5px;
margin-right: 5px;
}