@Sneek’s comment is your best bet. Otherwise, if you’re bent on splitting one menu, you have three choices:
- Use PHP to intercept the menu code and split it up before it gets output. This would work great in many regards, but it wouldn’t be knowledgeable as to where the “break” occurs, so you’d need to do it by some other factor like # of characters
- Use javascript to dynamically split up the menu. Because you can find elements’ widths, you could find the “break” and split it at that location exactly.
- Use some crafty CSS to reposition the latter elements. It would be hard to make this flexible, and you would not be able to locate the “break” as with #1. Essentially, you could only handle specific elements.
Related Posts:
- How do I add nested categories to drop-down menu in twenty-eleven?
- How to replace default rotating header images with my own
- How to override excerpt length in child theme of Twenty Eleven?
- jQuery Hoverintent plugin in TwentyEleven Menu [closed]
- How can I set a different specific header image on each page?
- Twenty Eleven unregister all default sidebars?
- Location of twentyeleven theme’s option filters?
- Is it possible to change the image in the default theme ‘Twenty Eleven’?
- Two scrollbars in popup window
- Where are the images for the theme Twenty Eleven 1.2?
- New custom menu created. how to apply it?
- In theme Twenty Eleven, do the default images rotate randomly?
- the_content not working
- Changing where “posted on” text is located in TwentyEleven?
- Twenty Eleven theme header images manual next previous buttons
- Add Post Format Support to Twentyeleven Child Theme
- How to change the URL of a clickable banner?
- Twenty Eleven Theme Adjusts for iPhones. How to stop this feature?
- Creating a second menu on Twenty Eleven aligned right from the first
- IE7 compatible twentyeleven
- .current_page_ancestor broken in Twenty Eleven
- How do I eliminate header image from subpages in WordPress Twenty Eleven Theme?
- How do you add a custom excerpt length in twenty eleven child theme?
- Twenty-Eleven Theme and Automatic Picture Resizing
- Twenty Eleven header resize
- TwentyEleven horizontal submenu
- Is it possible to animate the Twenty Eleven menu? [closed]
- add_menu_page() with different name for first submenu item
- Display a portion/ branch of the menu tree using wp_nav_menu()
- Menu items description? Custom Walker for wp_nav_menu()
- How to create an automatic MultiColoumn MegaMenu with Categories WordPress
- Programmatically add a Navigation menu and menu items
- Any docs for wp_nav_menu’s “items_wrap” argument?
- How to add a custom field in the advanced menu properties?
- Adding a Custom Post Type into the menu screen
- Customizing Only a Specific Menu using the “wp_nav_menu_items” Hook?
- Changing the Order of Admin Menu Sections?
- How make top level menu item not have link, but have sub-menus that are linked?
- Highlighting wp_nav_menu() Ancestor Class w/o Children in Nav Structure?
- How to add posts to custom menus?
- Add ‘has_children’ class to parent li when modifying Walker_Nav_Menu
- Get WP Navigation Menu from REST API V2
- How to Hard Code Custom menu items
- Remove wrapping div and ul from output of wp_nav_menu
- How to add a Custom Link to a Menu with a URL that is relative to the blog URL
- How to use wp_nav_menu to create a select menu dropdown?
- How do I remove UL on wp_nav_menu?
- Retrieving a list of menu items in an array
- WordPress default menu in database
- How to add a data attribute to a WordPress menu item
- Adding an Arbitrary Link to the Admin Menu?
- Dynamically exclude menu items from wp_nav_menu
- Placing a Custom Post Type Menu Above the Posts Menu Using menu_position?
- Add “Logout” link to navigation menu
- wp_nav_menu(), how to change class?
- Display Menu Name using wp_nav_menu
- Error: Declaration of MyClass::start_lvl() should be compatible with that of Walker_Nav_Menu::start_lvl()
- Split up wp_nav_menu with custom walker
- Adding first / last CSS classes to menus
- Removing container from wp_nav_menu not working
- Custom Nav walker display current menu item children, or siblings on no children
- wp_nav_menu: show menu only if one exists, otherwise show nothing
- Is there an easy way to replace a custom menu link with a page or post?
- Convert output of nav_menu items into a tree-like multidimensional array
- Get page IDs from nav items
- How to add sub-menu to a menu generated by wp_nav_menu by using plugin
- Check if add_menu_page exists or not
- Adding a menu item for a Custom Post Archive
- Add a custom walker to a menu created in a widget
- Using a menu walker add a custom item at the end of the menu’s items
- Add settings to menu items in the Customizer
- How can I display a menu on certain pages only?
- Apply the_title() filter in post & page title, but not in menu title
- Get the ID of the page a menu item links to?
- Add container to nav_menu sub menu
- wp_get_nav_menu_items() not working with slug
- How to get current-menu-item title as variable?
- Error “Trying to get property of non-object” with Custom Walker for wp_nav_menu
- Add Class to Specific Link in Custom Menu
- Remove a menu item in menu
- Adding an Archive of Posts to the Navigation Menu in WordPress 3.0
- Adding custom post type archives to a WordPress menu
- Generate a Menu that Displays Child Pages using wp_list_pages() with the New Menu Functionality in WordPress 3.0?
- Mega Menu Walker
- Change the_title() of a page dynamically
- How do I get the name of a menu in WordPress?
- Get menu object from theme_location
- How to Add to Each Menu Link with link text to data-attr?
- How to manually specify the current active page with wp_nav_menu()
- How to count nav menu items?
- How Does The Walker Class Work?
- Add Javascript to WordPress Menu
- Add custom menu item using wp_nav_menu_items filter
- Filter wp_nav_menu()
- How to add custom post type archive page links to nav menu?
- Add custom classes to anchor in wp_nav_menu
- How to modify navigation menu of the “My Account” page in WooCommerce
- How do I programatically insert a new menu item?
- remove “edit your profile” from admin menu bar
- WordPress Settings API, Implementing Tabs On Custom Menu Page