Home Forums WoodMart support forum Cart widget display currency sign in the wrong place Reply To: Cart widget display currency sign in the wrong place

#492657

Hello,

Try to add the following CSS code in Theme Settings > Custom CSS:

.wdp_miniCart span {
	 float: left;
	display: contents;
}

02. Your issue has been resolved. Check back on your site after completely clearing the browser cache.
Screenshot for clarification:
https://ibb.co/xh4Wt9J

Best Regards.