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

Menu item, how to move the font-awesome icon to the right side?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #505534

    Jeriss Cloud Center
    Participant

    The font-awesome icon of Menu Items are currently displayed on the left. I want to display them on the right side.

    How can we do that? Thanks

    Attachments:
    You must be logged in to view attached files.
    #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

    #506064

    Jeriss Cloud Center
    Participant

    Hi Elise,

    Your code is impacting the First level menu items, while I only want to modify the Sublevel menu items.

    I tried modifying your code as in private, but it’s still not as I wish.

    In the Mobile Sidebar
    – in some Sublevels like “Calendriers” it looks well
    – but in some other Sublevels like “Activités” or “Vie pratique” the icon is not well aligned on the right-side.

    Can you help me understand how I could make the Font-Awesome icons be aligned to the right for the sublevels of the Mobile Sidebar?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #506088

    Hello,

    Could you kindly provide the page URL we will correct the CSS code?

    Best Regards

    #506089

    Jeriss Cloud Center
    Participant

    Hi Elise,

    I managed to make it work with the below code, so it’s alright 🙂

    You can close this ticket, thanks

    #506111

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Menu item, how to move the font-awesome icon to the right side?’ is closed to new replies.