Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #866047

    Johanschack
    Participant

    I have just created a site for a friend of mine.
    I am using Integrity 10, and the menu only allows for 4 pages, but i have 7. This means that the last three pages are in a new second row. What i need is for all of the menu items/pages to be aligned on one line.

    How do i do this?

    I am not a big hardcoder!

    BR
    Johan

    #866049

    Johanschack
    Participant

    This is the way it looks atm, as you can see i would like for the bar to stretch out on the top of the page.
    TYVM

    #866416

    Rupok
    Member

    Hi Johan,

    Thanks for writing in! Maybe you have set very low width for the container. Let’s navigate to Customize > Layout and Design and check the width and max-width – http://prntscr.com/ao4rv1

    If you can’t figure out the issue then kindly provide your URL so that we could have a look.

    Cheers!

    #870963

    Johanschack
    Participant
    This reply has been marked as private.
    #871765

    Jade
    Moderator

    Hi Johan,

    You can add this under Custom > CSS in the Customizer.

    .x-navbar-inner .x-container.max {
        max-width: 100%;
    }

    Hope this helps.

    #872895

    Johanschack
    Participant

    You guys are amazing!

    It did the trick 🙂

    #873639

    Prasant Rai
    Moderator

    You are most welcome. 🙂