Okay
  Public Ticket #1289951
Salient Mega Menu
Closed

Comments

  • rokoch started the conversation

    When the mouse is over the mega menu item, the item text moves to the right. See this video. How can I avoid this?

    Thanks

    Regards

    Roland

  •  8,470
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #header-outer:not([data-lhe="animated_underline"]) header#top nav ul li[class*="button_bordered"] a:hover {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • rokoch replied

    Thanks, it works. But now the top level menu entry moves to the right when mouseover. Do you know what I mean, otherwise I can make a video.

    or you check yourself



  •  8,470
    Tahir replied

    Remove the css earlier provided and use this .

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #header-outer:not([data-lhe="animated_underline"]) header#top nav ul li[class*="button_bordered"].megamenu li a:hover {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • rokoch replied

    Thanks it works now!