• i am using 7 items in menu but when i add 8th item it will go down in new line so how to set it in straight line..too much space remaining after 7 items in a menu but it will show on new line…so how to set primary menu width 100%

    thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • same issue here… I installed wordpress jetpack plugin and activated the option to Align Menu Right of logo but made my secondary menu disappear… ??

    I found something.. try adding this to your style.css
    it worked for me

    .woocommerce-active .site-header .main-navigation {
        width: 100%; }

    That CSS solution will work, as long as you’re not using the header cart.

    There’s always only going to be so much room for links. If you need more space I’d recommend reducing the text size. A better approach might be to look at moving some top level menu items in to dropdowns.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘menu width problem’ is closed to new replies.