Okay
  Public Ticket #1450462
Menue overlay
Closed

Comments

  • Webmaster TAF started the conversation

    How can i display the menu as overlay and centered? The width is 80%

    #header-outer, #header-secondary-outer {
        width: 80%!important;
    }

  •  8,427
    Tahir replied

    Hey Again,

    I am getting this : http://prntscr.com/i7kj0n . 

    Best


    ThemeNectar Support Team 

  • Webmaster TAF replied

    ok test it again, sorry we have a firewall

  •  8,427
    Tahir replied

    Hey Again,

    We would not advise you to customize the Theme to this extent and use the Boxed Layout instead. 

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

    #header-secondary-outer,div#header-outer {
        margin: auto !important;
        left: 50% !important;
        transform: translateX(-50%);
    }

    Thanks


    ThemeNectar Support Team