Home › Forums › Support › How to change the style of navigation menu in mobile This topic has 3 replies, 3 voices, and was last updated 4 years, 5 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts July 5, 2019 at 1:55 am #949590 Shivam I want this kind of look of my mobile nav menu – check screenshot July 5, 2019 at 8:30 am #949901 LeoStaff Customer Support Hi there, Give this CSS a shot: #mobile-header .menu-toggle { border: 2px solid #000; border-radius: 20px; line-height: 40px !important; } Adding CSS: https://docs.generatepress.com/article/adding-css/ July 6, 2019 at 2:10 am #950309 Shivam It worked but i am not able to adjust the button size even after changing line height, here is the screenshot July 6, 2019 at 11:11 am #950684 TomLead Developer Lead Developer Try this instead: #mobile-header .menu-toggle { border: 2px solid #000; border-radius: 20px; line-height: 35px; align-self: center; } Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In