Home › Forums › Support › Style Hamburger Menu as a button This topic has 5 replies, 2 voices, and was last updated 2 months, 2 weeks ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts May 21, 2022 at 2:51 am #2227485 Yannick Hello, I would like to style the mobile menu toggle like a button. Similar to this example (just a random image from Google): https://jquery-plugins.net/image/plugin/slicknav-responsive-mobile-menu-plugin.png I tried to style it myself but wasnt able to figure it out, because the menu-toggle-button has he same height as the navigation header. Can you help me out? Kind regards Yannick May 21, 2022 at 6:10 am #2227593 DavidStaff Customer Support Hi there, try this CSS: #mobile-header .menu-toggle { background-color: #000; line-height: 2em; border-radius: 4px; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ May 21, 2022 at 8:29 am #2227836 Yannick Tha worked thank you very much! One more question: Is there a way to switch the position of the burger graphic and the text? May 21, 2022 at 8:44 am #2227852 DavidStaff Customer Support Try this: #mobile-header .inside-navigation .menu-toggle { display: flex; align-items: stretch; } #mobile-header .menu-toggle .gp-icon+.mobile-menu { order: -1; padding-left: 0; padding-right: 9px; } #mobile-header .menu-toggle .gp-icon svg { top: 0; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ May 21, 2022 at 8:54 am #2227857 Yannick That worked great. Thank you very much David! 🙂 May 22, 2022 at 1:42 am #2228239 DavidStaff Customer Support Glad to be of help Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In