Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi.

    You could change the width of the navigation with CSS in style.css

    .site-navigation.main-navigation {
    width: 1200px;
    }

    …but, I wouldn’t recommend this. Not optimal. Your navigation anchor text is quite wide. You’d be better off shortening the nav item text. Your homepage graphic at top already tells visitors its the “Mega China Convention”, so you could shorten “Mega China Connections Convention” in the menu to “2015 Convention” or even “About” (which is what it is). “Information for Suppliers” isn’t really necessary. “Suppliers” would suffice. The menu would be much narrower this way.

    Then you’d have.

    About | Suppliers | Tickets | Location | Flight & Hotel Deals | Training Video | Contact

    Hope this helps.

    Thread Starter Leco

    (@leco)

    Thank you! I will do that. Much appreciated!

    Any time. Good luck with your project.

    Theme Author Template Express

    (@danstriker)

    Hi, just make your menu 100% and you may have to do a little css to tidy up padding etc.

    .main-navigation {
    display: block;
    float: none;
    width: 100%;
    padding-top: 26px;
    font-family: 'open_sansbold', sans-serif;
    height: 90px;
    }
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘How to Edit the Menu Width’ is closed to new replies.