Home Forums WoodMart support forum How to align-center the icons of html blocks added in mobile menu

How to align-center the icons of html blocks added in mobile menu

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #135083

    Jeriss Cloud Center
    Participant

    Dear,

    In my mobile menu, I added some HTML Blocks with custom menus. For each menu, there is an icon but those icons are aligned-left. How can I align-center?

    Thanks

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

    Hello,

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

    body .mobile-nav .menu-item a i {
        text-align: center;
    }

    Best Regards

    #135207

    Jeriss Cloud Center
    Participant

    Thank you!

    You can close this ticket, thanks

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

The topic ‘How to align-center the icons of html blocks added in mobile menu’ is closed to new replies.