Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #465403
    #465626

    Hi Bearcat!

    You can activate the mobile menu at an earlier point by setting the Header Mobile Menu activation setting to Activate for smart phones and tablets under Enfold–>Header–>Mobile Menu.

    If you need a custom value then please use the following CSS:

    @media only screen and (max-width: 1024px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    Adjust the value 1024 to fit your needs.

    Regards,
    Rikard

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