Archived topic
Third menu
5 replies · Started by Thierry on October 25, 2018
Hello,
I create a third menu but i can't display, how i can displaying above footer ?
Thx
Hi there,
simple way would be to replace the secondary navigation in the header using a menu widget in the header hook then use the Snippet Leo provides here to hook the secondary nav before the footer:
https://generatepress.com/forums/topic/second-menu-right-above-footer/#post-498553
Let me know
Hi, thanks David, please last thing, how i customize this third menu ?
Thx
So a header widget menu, will stack, so you can use this CSS to inline them:
.header-widget .widget_nav_menu li {
display: inline-block;
margin: 0 20px;
}
Thnkas David.
You're welcome. One other thing to consider is what happens with mobile...
I would suggest using a Slideout Navigation where you can add a new combined menu for the primary and header widget menus.....