Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #431566
    #432177

    Hey tnscnate!

    Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px.
    If that does not help, please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    nav.main_menu { display: none !important; }}
    @media only screen and (max-width: 1200px) and (min-width: 990px) {
    .av-main-nav > li > a { padding: 0 6px; }
    .logo * { max-width: 70%; top: 10px; }
    #header_main>.container { padding: 0 10px; }}

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.