Site logo

[Resolved] Problem centering logo navigation

Home Forums Support [Resolved] Problem centering logo navigation

Home Forums Support Problem centering logo navigation

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1065375
    Dirk

    Hello
    I have a Brandnew GeneratePress Pro installation and have following Problem.

    I Need A Split Navigation and i Have the steps from teh Documentation follow

    https://docs.generatepress.com/article/centering-logo-navigation/

    my resultat is Wrong

    The Problem is the place for logo is to smal

    and in Mobil the menu button is behind the logo ;-(

    Please Help

    BNest Regards Dirk

    Sorry for Bad Englisch

    #1065637
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    I’m not seeing any of the CSS provided in that article on your site. Can you confirm that it’s all added?

    #1065659
    Dirk

    Hi,
    Yes the CSS Code is in !!!

    i found the fail for the Problem ( i have writefail in css-class for item seperator 😉

    Now i have the Problem that i have a blank space in mobilmenu

    Regards Dina

    #1065785
    Leo
    Staff
    Customer Support

    Modify this:

    .slideout-navigation .menu-item-separator, .main-navigation.toggled .menu-item-separator {
        display: none !important;
    }

    To this:

    .slideout-navigation .main-nav li.menu-item-separator, .main-navigation.toggled .main-nav li.menu-item-separator {
        display: none !important;
    }
    #1065828
    Dirk

    Now is it Perfekt

    Big THX

    #1065879
    Leo
    Staff
    Customer Support

    No problem 🙂

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