Home › Forums › Support › Remove Custom Separator Space from Mobile Nav This topic has 3 replies, 2 voices, and was last updated 4 years ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 21, 2019 at 5:42 pm #846154 Gerson Hi, I’ve used the instructions here: https://docs.generatepress.com/article/centering-logo-navigation/ to center the logo in the Nav bar which works great, however on the mobile view the separator space is showing when menu is toggled? How can I remove this? March 21, 2019 at 6:28 pm #846173 LeoStaff Customer Support Hi there, Can you replace this block of existing CSS: .slideout-navigation .menu-item-separator, .main-navigation.toggled .menu-item-separator{ display: none !important; } With this? .slideout-navigation li.menu-item-separator, .main-navigation.toggled .main-nav li.menu-item-separator { display: none !important; } Let me know ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 25, 2019 at 12:50 pm #849569 Gerson That’s got it. Thanks! March 25, 2019 at 12:53 pm #849571 LeoStaff Customer Support No problem ๐ 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