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?
October 20, 2023 at 12:28 pm
#505688
Elise Noromit
Member
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