Archived topic
Could you help creating a 3 parts header bundled with navigation?
5 replies · Started by Silvio on November 13, 2019
Hi, I would like to make an header like this one
https://minimalism.life/journal/a-taste-of-zen
So basically splitting header in 3 (I found this on the docs) and putting primary navigation in the header-section-2.
thanks for supporting.
Hi there,
if you can begin by setting up your site with the Navigation as Header option:
https://docs.generatepress.com/article/navigation-as-a-header/
And add a button to the menu:
https://docs.generatepress.com/article/adding-buttons-navigation/
Then i can assist with the CSS to match the example.
Hi, I put it live here https://dev.vivereintenzionalmente.com and it seems I did more or less. How do I vertically align elements in the header?
Include the align-items property in this CSS:
.header-section {
display: flex;
padding:30px;
align-items: center;
}
Thanks!
You're welcome