Archived topic
Primary Navigation Width
3 replies · Started by Ryan on April 10, 2022
Hello,
I am trying to finetune my Primary Navigation alignment. I found this https://docs.generatepress.com/article/navigation-layout/
However, it seems there are only two options:
Full - pushes the logo and primary menu to the outer edge of the page.
Contained - aligns it with the container.
I am wondering if there is a way (CSS perhaps?) where I can align the logo and primary menu by smaller degrees.
I am using Marketer by the way.
Hi there,
I believe you are after this CSS:
.main-navigation.has-branding .inside-navigation.grid-container {
max-width: 900px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Worked like a charm - thanks Leo!
No problem :)