[Resolved] Remove Custom Separator Space from Mobile Nav

Home Forums Support [Resolved] Remove Custom Separator Space from Mobile Nav

Home Forums Support Remove Custom Separator Space from Mobile Nav

  • This topic has 3 replies, 2 voices, and was last updated 5 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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?

    #846173
    Leo
    Staff
    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 ๐Ÿ™‚

    #849569
    Gerson

    That’s got it. Thanks!

    #849571
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.