How to have Hamburger menu at all times

  • Author
    Posts
  • #95171

    Hello!

    I wonder if its possible to have the hamburger menu as default – even in desktop mode?

    My menu have too many items to show on one row, that’s why I have this question.

    Thanks in advance,
    Rebecka

    Website: berlings-glas.se

    #95661
    Zed
    Cryout Creations mastermind

    The Plus edition has built-in support for enabling the mobile menu at a configurable screen width. In the free edition you’ll need to use custom CSS to do that:

    body #nav-toggle {
        display: block;
    }
    body #access {
        display: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #96607
    Steven Roberts
    Power User

    I have the fluida plus and Ive found the responsiveness trigger size but it seems to do nothing slide it all to 1920 (my screen size) no mobille menu slide it lower nothing it collapses to the mobile menu at around 798 pixels no matter what I set this too
    General Layout > Responsiveness trigger Limit or am i missing the point of this setting entirely? because Id sure love to trigger the mobile menu at a certain size width

    #96610
    Steven Roberts
    Power User

    Installed fluida plus on another of my sites to test this behavioir and of course it works flawlessly in making the hamburger menu show even at 1920 so back to the clients site under development and I switch back from the child theme to the plain jane install of fluida plus no modifications and no additional CSS and it still wont reponds to the reponsiveness trigger limit Im wondering what I should be looking for to solve this issue

    #96796
    Zed
    Cryout Creations mastermind

    Is the problematic site employing some form of caching, perhaps?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘How to have Hamburger menu at all times’ is closed to new replies.