Twenty Seventeen Menu Widtb

  • Unknown's avatar

    Ive been able to get my post width to expand, how can I get the menu bar to stretch wider as well?

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    The width of your menu is baked into the source code of the theme you are using (twenty Seventeen) but can be adjusted with a bit of CSS code, which is an option to add under your Business Plan.

    You can add that here, under the Additional CSS tab on the left:
    https://wordpress.com/customize/

    When you get there you will see a text box with some text in it. Create a new (blank) line, and paste in the following custom CSS code:

    @media screen and (min-width: 48em) {
    .navigation-top .wrap {
    max-width: 1400px;
    }
    }

    Please note that you can edit the code to make it wide or narrower as you wish. I chose 1400px width and random but you can edit that to be any value you wish.

    Hope that helps. Please let us know if you have any more questions.

  • The topic ‘Twenty Seventeen Menu Widtb’ is closed to new replies.