• Resolved hansbeen

    (@hansbeen)


    I have widened the content with .wrap { max-width: 1150px; }.
    That works for the page and the header, but not for the menu, wich is smaller than the rest now.
    How can I adjust the menu to the rest of the page?
    https://kirtan.nu

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The navigation menu has more specific selectors you need to use:

    
    .navigation-top .wrap
    

    E.g.:

    
    .wrap,
    .navigation-top .wrap {
     ...
    }
    
    Thread Starter hansbeen

    (@hansbeen)

    thanx, that works nicely ??

    posted in wrong area

    • This reply was modified 7 years, 5 months ago by bevilleliam. Reason: posted in wrong area

    Hi, I’m a TOTAL NEOPHYTE when it comes to websites. I know zero HTML. Zero programming of any kind. However, I’m doing pretty well with Twenty Seventeen.

    Hope you can help me. I think the answer you gave here is what I’m looking for, but I have NO IDEA of where to plug in the code.

    To confirm, I want to make the navigation menu the full width of the page. I have not moved it, it’s fine where it is. BUT, I have enough menu items that it’s causing two of them to “wrap” underneath the first line of menu items. I want them all on one line.

    I hope this makes sense and that you can help me. Please?

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘widen the menu in Twenty Seventeen’ is closed to new replies.