Archived topic
Third Navigation in Dispatch
3 replies · Started by webcréateur on July 19, 2019
Hi there,
In the site library the kick start style "Dispatch" has a navigation (the secondary navigation) under the header (magazine grid): https://prnt.sc/oh7cey
We want to create a third navigation to display on the place with own menu elements.
Could you please give me a hint on the best way to do this?
Best regards.
Hi there,
This post should help:
https://generatepress.com/forums/topic/add-third-navigation-menu-gpp-1-8/
Hi there,
Thank you.
I was able to create the third menu, but somehow I can't place it like in Dispatch:
https://prnt.sc/oh7cey
The new Menu is also not responsive. I use the CSS Code of Tom:
.third-navigation ul {
list-style-type: none;
margin: 0;
}
.third-navigation ul {
display: flex;
justify-content: center;
}
.third-navigation .menu > li:nth-child(2) {
margin-right: 200px;
}
.third-navigation a {
padding: 0 20px;
line-height: 40px;
color: #a51c30;
}
Could please help to create the third menu? Position like in Dispatch and responsive?
Best regards.
Just to make sure, do you actually want to use a third navigation or you just want a navigation below the header element/page hero?
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)