Main Menu
-
I Just Start Design A website urtechassist.com with elementor page builder and generatepress theme. When i Login in wp-dashboard then the menu-bar is visible and no problem with design,but when i log-out or try to open the website from other browser then the menu bar is not visible
* i used some kind of custom css for hiding header blank space for that reason the menu is invisible from other browser but i dont want that blank space.
what i can do for overcome that problem i mention that css code…:)website- http://www.urtechassist.com
.main-navigation,
.logged-in .site-header {
display: none;
}.logged-in .main-navigation {
display: block;
}
.navigation-stick {
opacity: 0.8;
}
-
Are you wanting the navigation to show up? Or do you just want to get rid of the blank space?
i just want to get rid of the blank space
i just want to get rid of the blank space and also show the navigation
now visite the website i want to remove the blank space
This will do that:
.site-header { display: none; }thanks…:) it works…thanks to you…how i make it sticky navigation
GP premium has menu plus add-on which allows you to enable sticky navigation.
Without it it would need to implement custom javascript.
Another option would be to use a plugin like this: https://en-ca.ww.wp.xz.cn/plugins/sticky-menu-or-anything-on-scroll/
The topic ‘Main Menu’ is closed to new replies.
