Home › Forums › Support › the location of menu on mobil menu This topic has 3 replies, 2 voices, and was last updated 6 months, 3 weeks ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 4, 2022 at 9:29 am #2333211 Jusung If you see this site on mobile device, you can see the menu. there are 5 menu, but the location of first menu is different from the other 4 menu. I don’t know why this is happening. Could you explain why this happens and how to fix it? Thank you! September 4, 2022 at 1:21 pm #2333305 DavidStaff Customer Support Hi there, in the Customizer > Additional CSS you have this: .main-navigation:not(.slideout-navigation) .main-nav ul li:first-child a { padding-left: 0; } Move that into a Destkop @media query so it looks like: @media(min-width: 769px) { .main-navigation:not(.slideout-navigation) .main-nav ul li:first-child a { padding-left: 0; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 4, 2022 at 2:11 pm #2333326 Jusung Thank you! it has been resolved! September 5, 2022 at 4:07 am #2333710 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ 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