Archived topic
Sticky-Header / bigger Burgermenü & Bigger Logo
9 replies · Started by Jenny on May 25, 2021
Hello again,
can you help me to get the following solutions?
I tried it about the customazion - menü but I didn't found a solution.
I Just want to have
> a bigger "Burgermenu" over all (Desktop + Mobile - normal + sticky header)
> and a bigger Logo in the Stickyheader (Desktop + Mobile)
can you help me? :)
Hi Jenny,
For the logo in sticky navigation, go to Customizer > Layout > Sticky Navigation, adjust the menu item height.
For the toggle menu icon, try this CSS:
.menu-toggle .gp-icon {
font-size: 20px;
}
Let me know :)
Thank you Ying 🙂 the Logo is bigger - great.
But the Menu - Item did not change ☺️. Have you got one other Idea?
Could you link me to your site? You can use the private info field :)
Shure -> look in the private field
The CSS I previusly provided whould work for mobile, and here's the CSS for desktop:
.slideout-toggle .gp-icon {
font-size: 30px;
}
Let me know if it works :)
Thank you :) but I don't see any changes 🙈
Not on Desktop, not on mobile. And on mobile my logo is still small.
Sorry I am a new Generatepress-user 😊. If I use it for an following page, I will know this issues.
Have a nice evening,
Jenny
The number I added in the CSS is just for demonstration, you need to adjust them to reach the result you want:
https://www.screencast.com/t/HJ5yquS0b
Try to set both numbers to 40px maybe? :)
Thank you Ying, this is solved :)
You are welcome :)