Archived topic
Hide Primary Menu
5 replies · Started by Eddy on April 10, 2020
Hi there,
Try disabling this option:
https://docs.generatepress.com/article/navigation-as-a-header/
Then the navigation location option should appear:
https://docs.generatepress.com/article/navigation-location/
Let me know if this helps :)
Thank you. That worked perfectly. Is there a way to move the tagline below the logo?
Hi there,
in Customizer > Site Identity - set the tagline to display, and check the Place logo next to title
Then add this CSS to your site:
.site-branding-container {
flex-direction: column;
}
Thank you David!
You're welcome