Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1092519

    natcreat
    Participant

    Hi,

    I have Superfly submenu items with icons. The icons appear justified to the left, above the submenu item text labels.

    I would like to center the icons and submenu items in column. Can you help me do this?

    I will send the URL and login info in a private message.

    Thanks!

    #1092524

    natcreat
    Participant
    This reply has been marked as private.
    #1092544

    natcreat
    Participant

    FYI, I am using the “Navbar” style of menu in Superfly. This style center-aligns the main items in the navbar. However, it also places icons above submenu items, and everything is left-justified in the submenu.

    The “Side Panel” style of menu in Superfly left-justifies the main navbar items and the submenu items. It also places the icons in submenu items inline with the text.

    How can I get the “Navbar” style of menu to place icons inline like the “Side Panel” menu style does?

    That would work for me. Please let me know.

    Thanks!

    #1092922

    Lely
    Moderator

    Hi There,

    Thanks for posting in.
    Please try adding this custom CSS on Superfly Menu > Advanced Tab > Additional CSS :

    #sfm-sidebar.sfm-iconbar .sfm-menu li>a span {
        display: inline-block !important;
    }

    Hope this helps.

    #1092982

    natcreat
    Participant

    Thanks, Lely! It worked like a charm.

    With you guys’ great support, CSS tweak by CSS tweak, I’m getting Superfly to look like I need.

    Here’s a suggestion: The devs at Looks Awesome really should post some detailed documentation that includes these sorts of layout tweaks.

    Superfly is very nice, but the devs should add more layout options in the UI. If they can’t, for some reason, they should at least provide tutorials and tweaks like you guys at theme.co do. You do it right!

    #1093085

    Lely
    Moderator

    You’re welcome!

    Thank you also for your feedback. We will take note of this and then we will forward to the plugin developer.

    Cheers!