Archived topic
Navigation Width
3 replies · Started by Marius on September 17, 2019
Hello,
in the customizer, i can set the navigation width to full or contained. Is there nothing in between? I would like to add a navigation item, but it don´t fit in the existing navigation. But when i set to full, this looks not so good.
Is there no option, that the navigation width is dynamic so it tooks the place it needs? It can get more width then the container, but should not be full.
Hi there,
Try setting the inner navigation to contained first, then you can use this CSS to modify the width:
body .inside-navigation.grid-container {
max-width: 1200px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thanks, that works.
No problem :)