Archived topic
sticky navigation menu height not working
1 reply · Started by Satish on July 4, 2019
I think menu height for sticky navigation is not working on my mobile. I have enabled it only for my mobile. The menu height is being picked up only from the "Layout > Main Navigation > Menu Item Height"
I want it to be different height at both these places.
Hi there,
Sticky navigation height currently doesn't have mobile specific option.
I assume you are only wanting to change the height of the menu toggle bar?
If so try this CSS:
@media (max-width: 768px) {
#sticky-navigation .menu-toggle {
line-height: 50px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)