Archived topic
Problem centering logo navigation
5 replies · Started by Dirk on November 17, 2019
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
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?
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
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;
}
Now is it Perfekt
Big THX
No problem :)