your problem is in your use 'menu_class'
and 'items_wrap'
not synchronized.
You can edit :
wp_nav_menu( array(
'theme_location' => 'header-menu',
'container' => '',
'echo' => '0',
'menu_class' => 'nav-menu horiz-menu container sixteen columns',
'items_wrap' => '<ul class="%2$s">%3$s</ul>'
) )
or:
wp_nav_menu( array(
'theme_location' => 'header-menu',
'container' => '',
'echo' => '0',
'items_wrap' => '<ul class="nav-menu horiz-menu container sixteen columns">%3$s</ul>'
) )
Apologize for my English is bad !
Related Posts:
- Mega Menu Walker
- Displaying Logged-In User Name in WordPress Menu
- How to add specific menu on a specific page or pages
- Logout and redirect using the WP Menu
- Second Navigation inside header
- How can I add a custom class to only nav sub-menu > li > a items in WordPress?
- Style wp_page_menu() items
- Change Navigation Bar based on logged in or not
- Multiple WordPress Menus that will only display all pages
- Hide Hamburger Menu On Specific Page (Front Page/Home Page)
- Menu Limitations
- Custom Walker_Nav_Menu issue with variables on PHP 7.3
- Detecting classes, adding widgets, and adding divs in with a Nav Walker
- How to style one item from main navigation?
- Add login hyperlink to secondary navigation menu
- Menu Custom Data Attributes
- How to modify mobile nav menu text in theme
- Nav-Menu not showing up
- Custom navigation menu with awsAccordion
- Why can’t I add a custom image in my navigation?
- Remove the Tag from wp_nav_menu
- How to set Nav as a default menu in wordpress
- Redirect User when they click Menu Option
- How to create a sub-page of sub-page?
- Add the “.current-menu-item” class to tag?
- Nav Menu Display
- Open WordPress Page from selected option dropdown
- Custom Navigation Bar JSON Syntax Error in JSON at Position 0
- Nav menù doesn’t display selected pages
- Unique icons next to each WordPress menu item
- Child page menu in sidebar
- Title Case WordPress Menu Items
- Help with Sub and Sub-Sub Navigation
- Paypal form integration with wordpress registration form without plugin [closed]
- Secondary navigation menu on one page
- Remove class in nav_menu_link_attibutes filter
- WordPress Quick Question . How to Get Parent Link in Submenu in My Code
- Trying to store submenu items to render out after main menu
- How to change menu order item
- Custom Menus: dynamic highlighting problem with custom home link
- get_the_title() gets printed out twice
- Add item to top of menu using a filter in functions.php
- Adding PHP in the menu
- Two menus show up
- User register hook is not working in woocomerce register form
- Password minimum length in personal subscription [closed]
- Run a code only on theme activation only during first activation
- Register a menu – Error Header
- Show About and Contact Us page when they’re clicked in the top menu.
- New walker for walker_nav_menu to change inside container data
- Add data-id attribute to child page links
- Parsing Menu Items and Blog Posts
- Fatal error: Call to undefined function register_new_user()
- How Can I Edit the Registration Code?
- Help with page nav?
- How do you create two separate Register pages?
- Automatically add images to a menu
- Add value to new attribute inside WordPress menu items
- wp_nav_menu not working correctly in my underscores theme
- Menu Items fail to save correctly, cause reset of related page metadata
- Dropdown menu for categories
- How to Handle Going Backwards in Navigation When Referrer in PHP/JavaScript won’t work?
- How to display different submenus?
- Custom Registration username_exists / email_exists
- Get the name of menu item with wp_nav_menu
- How can I get “Previous” and “Next” to show in the navigation besides the links?
- Notice: Trying to get property of non-object
- How to use wp_nav_menu to create custom dropdown menu?
- Output only links using wp_nav_menu()
- Get css class of menu item in custom menu structure
- How to add aria role and schema markup to custom walker container
- How can I use custom menus with a Bootstrap WordPress theme?
- Nav menu from plugin to theme
- Adding Additional Variables on Menus Page
- Custom User Registration script only allowing usernames with 16 characters
- Extend Menu Walker Output
- posts_nav_link pulling in multiple post types
- how to add a div inside wp_page_menu
- How to correctly load a different version of main menu based on the user language in WordPress? Is it a good solution?
- Why in this WordPress theme I can’t see the Main Menu?
- Make next post button link to random post
- Show login greeting above sub-menu links?
- Remove submenu item from list
- conditional: if is page, and all subpages
- wp nav menu: show submenu below li item
- How to tell if a user has gone in and created a menu
- Dynamic Menu drops pages?
- Class for Selected Menu using wp_nav_menu
- Menu not styling. New menus functionality giving me a headache
- Styling an “active” link outside of WordPress default menu
- How to create Loop code for Menu using WordPress?
- Hard-coding a shortcode as the last menu item in primary navigation?
- Dynamic menu with custom post types
- Adding a navigation page state to individual blog and portfolio pages
- Add class to ul and li in wp_na
- WordPress navigation wont appear with wp_head
- Nav Walker that shows only children and siblings of top level parent menu item
- how to changes mobile menu toggle breakpoint in WordPress
- How to display already created menus via php?
- Adding an Anchor Link to a wordpress menu using WPBakery Page Builder