Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #796890

    When I turn an iPad side ways, the navigation over laps the logo. How do I set it so the mobile navigation becomes active for theses screen dimensions?

    #796891

    Same problem here.

    #796969

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #796984

    Thank you. Will try that out.

    #797516

    Hi,

    Let us know if it works well and if we can close the thread or if you need more assistance :)

    Best regards,
    Nikko

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