Home Forums WoodMart support forum Menu item, how to move the font-awesome icon to the right side? Reply To: Menu item, how to move the font-awesome icon to the right side?

#505688

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .wd-nav-mobile > li > a .wd-nav-icon,
body .wd-nav-mobile .wd-sub-menu li > a .wd-nav-icon {
	order: 1;
	flex-grow: 1;
	text-align: right;
	margin-right: 0;
	margin-left: 7px;
}

Best Regards