Title: Hamburger / mobile menu
Last modified: January 17, 2019

---

# Hamburger / mobile menu

 *  Resolved [SkyRunner](https://wordpress.org/support/users/yl0g01269/)
 * (@yl0g01269)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/hamburger-mobile-menu/)
 * Hello Asgaro Developer!
    Thank you for your great forum plugin! I love it and
   will make a donation very soon (I promise).
 * On mobile, is there a way to make the menu stay visible and not hide as the hamburger
   menu (3 horizontal lines).
 * Many of my new forum visitors are informing me “I can’t find the register/login
   button”
 * Thanks in advance.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhamburger-mobile-menu%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Asgaros](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/hamburger-mobile-menu/#post-11101744)
 * Hello [@yl0g01269](https://wordpress.org/support/users/yl0g01269/)
 * Please add the following code to Forum -> Appearance -> Custom CSS:
 *     ```
       @media screen and (max-width: 782px) {
       #af-wrapper #forum-navigation-mobile {
           display: none !important;
       }
       wrapper #forum-navigation-mobile {
           display: none !important;
       }
       #af-wrapper #forum-navigation {
           width: 100%;
           display: block !important;
       }
       }
       ```
   
 * This should resolve this issue! 🙂
 *  Thread Starter [SkyRunner](https://wordpress.org/support/users/yl0g01269/)
 * (@yl0g01269)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/hamburger-mobile-menu/#post-11102732)
 * Thank you sir!
    **It works perfectly**. 🙂
 *  [kzuyev](https://wordpress.org/support/users/kzuyev/)
 * (@kzuyev)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/hamburger-mobile-menu/#post-11115776)
 * Hello, this did not work for me. Could you please take a look? The menu is still
   collapsed. Thanks.
 * [http://www.playidleheroes.com/forum](http://www.playidleheroes.com/forum)
 *  Plugin Author [Asgaros](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/hamburger-mobile-menu/#post-11118510)
 * [@kzuyev](https://wordpress.org/support/users/kzuyev/)
 * For me it is working fine. Please clear your browser-cache.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Hamburger / mobile menu’ is closed to new replies.

 * ![](https://ps.w.org/asgaros-forum/assets/icon-128x128.png?rev=1546717)
 * [Asgaros Forum](https://wordpress.org/plugins/asgaros-forum/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/asgaros-forum/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/asgaros-forum/)
 * [Active Topics](https://wordpress.org/support/plugin/asgaros-forum/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/asgaros-forum/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/asgaros-forum/reviews/)

## Tags

 * [hidden](https://wordpress.org/support/topic-tag/hidden/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [mobile](https://wordpress.org/support/topic-tag/mobile/)

 * 4 replies
 * 3 participants
 * Last reply from: [Asgaros](https://wordpress.org/support/users/asgaros/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/hamburger-mobile-menu/#post-11118510)
 * Status: resolved