Home › Forums › Support › Mobile navigation icon This topic has 5 replies, 2 voices, and was last updated 3 years, 3 months ago by Leo. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts March 3, 2023 at 12:30 pm #2554510 ammgbr Hi, I have my mobile navigation set as sticky within the header. I would be grateful for guidance how to change the hamburger/toggle icon size? March 3, 2023 at 12:37 pm #2554515 LeoStaff Customer Support Hi there, You already have this CSS added: #mobile-header button.menu-toggle { position: absolute; right: 0; } So you can just add a font-size property to it: #mobile-header button.menu-toggle { position: absolute; right: 0; font-size: 20px; } Let me know if this helps 🙂 March 3, 2023 at 12:57 pm #2554541 ammgbr Thank you Leo, that works. One more think, how can I ensure that the distance between the search bar to the logo is the same as the distance of the search bar to the menu icon? It seems the search bar padding is not identical March 3, 2023 at 1:13 pm #2554560 LeoStaff Customer Support You can add a line for padding-right in the CSS here: https://generatepress.com/forums/topic/mobile-navigation-icon/#post-2554515 March 3, 2023 at 4:01 pm #2554705 ammgbr Thank you Leo that works March 4, 2023 at 11:01 am #2555599 LeoStaff Customer Support No problem 🙂 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