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

    Hi there,
    I´m working on a client site which has the “header” on the left side which is a nice feature of Enfold. But this takes relatively much space and makes the main content extremely narrow even in tablet landscape format at 1024px. is there an option to enable the mobile menue already at 1024px width?

    I know I can tinker around with CSS and media queries but I wonder if there is a simpler solution

    Cheers
    Michael

    #762317

    Hey Michael,

    You would have to use CSS for that unfortunately, 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

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