Home Forums WoodMart support forum Icons are not centered Reply To: Icons are not centered

#221093

Hello,

I saw the screenshot you attached and visited your website. Please try and add the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

.elementor-icon i::before {
	margin-left: 3px;
}

Best Regards.