Okay
  Public Ticket #160968
icon causing menu shift
Closed

Comments

  • George started the conversation
    Hi there, When I a top menu and add seconday menu items, which causes the little dropdown arrow to appear, my menu item's baseline drops, and my menu items are no longer aligned. Much easier to see that explain. Check out the top menu, and specifically the services menu item. Note how it's a bit lower than the other menu items. Visit http://georgebirchall.com/familyfocusedlaw/ I inspected it and noticed when I turn off the fontaweseom icon (display:none;) it corrects it, but I'm not sure how to properly fix it. Thanks, George
  •  1,069
    ThemeNectar replied

    Hey George,

    Try adding this into the Custom CSS box located in your Salient Options panel:

    body header#top nav > ul > li > a {
        line-height: 15px!important;
    }

    Cheers :)

  • George replied

    Works like a charm.  Many thanks.