- This topic has 6 replies, 2 voices, and was last updated 4 years ago by
Leo.
-
AuthorPosts
-
March 16, 2019 at 12:19 pm #840905
Philipp
Hi GeneratePress-Team,
great work that you are doing. I like the theme very much! π
Maybe you can help me out with a small problem in the navigation. I would like to show the mobile menu instead of having a breakpoint menu. Unfortunately the breakponit menu looks a bit weird (maybe because of the special logo position), so i would prefer to hide it and sow the mobile menu.
Breakpoint menu
Normal Menu
Mobile menu:
Thank you a lot! π
GeneratePress 2.2.2March 16, 2019 at 12:32 pm #840917Leo
StaffCustomer SupportHi there,
You can give this option a shot:
https://docs.generatepress.com/article/navigation-drop-point/Or try this:
https://docs.generatepress.com/article/mobile-navigation/#initiating-the-mobile-navigation-at-a-different-widthWe’ve actually added the breakpoint option in the customizer in the next version of GP Premium. The alpha version should be released this upcoming Monday π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 16, 2019 at 1:04 pm #840938Philipp
Hey Thank you,
i tried this:
– Navigation drop point: 0
– Mobile navigation css changed.
but i got this result:
Some more ideas? π
March 16, 2019 at 1:11 pm #840951Leo
StaffCustomer SupportJust try one of the options above at the time. Not both at the same time.
The second solution should work better for you I think.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 16, 2019 at 1:22 pm #840961Philipp
Thanks again. Now only the white background is missing:
March 16, 2019 at 2:16 pm #840989Philipp
I Found a solution with the following css and set the Navigation drop point to 1300
@media (max-width: 1300px) {
.main-navigation .menu-toggle,
.main-navigation .mobile-bar-items,
.sidebar-nav-mobile:not(#sticky-placeholder) {
display: block;
}.main-navigation ul,
.gen-sidebar-nav {
display: none;
}[class*=”nav-float-“] .site-header .inside-header > * {
float: none;
clear: both;
}[class*=”nav-float-“] .site-header > * {
background-color: #ffffff;
}.header-wrap {
position: unset;
left: 0px;
right: 0px;
z-index: 10;
}.navigation-stick:not(.mobile-header-navigation) .menu-toggle {
display: inline-block;
clear: none;
width: auto;
float: right;
}.site-logo.sticky-logo.navigation-logo {
margin-bottom: 0px;
}}
March 16, 2019 at 3:10 pm #841024Leo
StaffCustomer SupportYeah the merge was the problem.
Glad you figured out!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.