Home › Forums › Support › Reduce space on mobile view between logo and hamburger menu This topic has 3 replies, 2 voices, and was last updated 7 years, 4 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 17, 2017 at 12:03 pm #386999 Rudy Vaughn Hi, Can you tell me how to reduce the space between the logo and the hamburger menu in mobile view on my dev site? http://graphiczensite.com/mcc Thanks! September 17, 2017 at 12:45 pm #387014 LeoStaff Customer Support Hi, Try adding this CSS: @media (max-width: 768px) { .inside-header>:not(:last-child) { margin-bottom: 0; } } Remove this CSS you’ve added: @media (max-width: 480px) { #site-navigation .menu-toggle { height: 75px !important; } } Then reduce the Menu Item Height for mobile by using the toggle: https://docs.generatepress.com/article/menu-item-height-width/#height September 17, 2017 at 2:21 pm #387062 Rudy Vaughn Perfect. Thanks Leo! September 17, 2017 at 2:56 pm #387075 LeoStaff Customer Support You’re welcome! 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