[Resolved] Navigation Width

Home Forums Support [Resolved] Navigation Width

Home Forums Support Navigation Width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1012006
    Sonja

    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.

    #1012008
    Leo
    Staff
    Customer Support

    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 🙂

    #1012026
    Sonja

    Thanks, that works.

    #1012049
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.