You can do this via css by pushing the first element of the second menu over, and then position:absolute your logo e.g. (not tested)
#element li:nth-child(4) {
margin-left:300px;
}
#logo {
position:absolute;
left:500px
top:50px;
}
Change the pixels to your desired lengths
This can also be done with jQuery append e.g.
$( "#element li:nth-child(3)" ).append( '</ul><ul class="right">' );
You would then target the second menu with it’s new class e.g. .right
Related Posts:
- How to stop mobile theme inheriting desktop navigation menu?
- How to get a different mobile menu than desktop menu in the twentytwelve child theme
- Second nav is merged with the first in mobile
- Does WordPress create mobile menus automatically?
- Mobile menu works on local XAMPP, but not on GoDaddy [closed]
- TwentyTwelve child theme mobile menu not working
- How to add a submenu toggle button inside all “li” elements that have a submenu?
- Convert WP Menu to a Drop Down for Mobile browser
- Add Button to Bottom of Mobile Menu
- burger on mobile
- Uber menu, manual integration, disable Mobile
- My Temptation theme is showing two of the same menu at the top. How do I remove the one that the theme comes with? Please help! [closed]
- WordPress Menu Exchange On Tablet’s Orientation
- Replace the slug of parent pages with # [closed]
- Menu Not Showing on Mobile
- WordPress Menu Exchange for Mobile Layout
- Efficient wp mobile menu
- WordPress website – Mobile menu behavior help
- (Mobile) Hamburger menu disappeared from a page (only one)
- My menu doesn’t fit in the default screen in the mobile version
- Top bar menus not showing on mobile
- Mobile navigation javascript problem
- Mobile menu displays submenus on top of parent. Need it to display right below on an own line
- Menu doesn’t open on mobile
- Change menu for mobile
- Add href to tag in nav menu for mobile
- Disable Top Nav Bar on Mobile
- Mobile menu not working – jQuery error?
- menu mobile show up even i in desktop mode in Newspaper Theme
- Mobile Menu Not Working
- Theme: Twenty Thirteen Mobile Sliding Menu Doesn’t Bump Content Down
- Navigation menu, remove item from desktop
- Changing when mobile menu is displayed
- How can I only show one responsive menu on mobile devices?
- wp_get_nav_menu_items() not working with slug
- Error “Trying to get property of non-object” with Custom Walker for wp_nav_menu
- Add Class to Specific Link in Custom Menu
- wp_nav_menu() loses ‘current-menu-*’ classes on single product page within category
- How is custom menu hierarchy output handled?
- How to fix strange 500 Error after Editing Menu?
- Creating new dynamic menu including BP links [closed]
- List parent item with all child item on child pages
- Override custom menu widget
- Placing widget to menu
- container_class doesn’t seem to be working
- Walker_Nav_Menu: Items not nested correctly
- Loop through Navbar, Output Icons
- Custom Walker anchor tag not inheriting attributes
- How to display dynamic content in start_lvl function
- Partial refresh of menu in customizer not working?
- Custom dashboard menu does not stay open for the custom Taxonomy within it
- How do I hide one menu item link for logged in and logged out users [closed]
- remove everything from wp_nav_menu
- get_query_var(‘post_type’) not returning in a filter
- Menu API not switching menus?
- Can I insert elements anywhere into the results of wp_nav_menu()?
- Using Walker To Add Menu CSS Class Functionality
- How to include the parent page link in this wp_nav_menu walker
- How to make next and previous button based on a menu
- How to combine multiple categories in one Menu item?
- add_filter on menu items to add a menu item
- WordPress Walker – Group two items?
- Unlimited WordPress Menu
- How to show dynamic side bar on menu item [closed]
- Remove a menu sub-item
- How to remove menu labels in word press?
- modify menu item links dynamically
- Where is my menu editor
- I’m using wp_nav_menu to display my menu, but I want one more link in there that is a hardcoded link. How can I do this?
- WordPress Menu adds an unwanted slash before anchor
- Hoverable menu to appear in different sections of page
- How to automatically redirect to first item of second navigation level in a multi-level menu?
- Secondary menu in WP 4.5
- Change link in menu on condition
- How to undo the last changes to a custom menu?
- add_menu_page does not render the expected result
- Custom menu styling
- Getting the WordPress custom menu titles and outputting them in a theme
- Second Level Menu
- Different Menus based on Category Page
- Additional navigation bar in header
- Is there any difference between widgets (used in order to manage menus) and register_nav_menus() in terms of performance?
- Hide a menu (navigation bar) on all posts
- Adding menu title to custum URL
- Parent Menu Item Requires Two Clicks for Mobile Device
- Full submenu not displaying in wordpress
- Product categories are mixed when creating menu
- Header lists posts instead of showing primary nav menu
- Add a menu item to the logged in users author page?
- Count Level 1 Childs for Custom Nav Walker WordPress
- Iterate through each menu item into a shortcode
- “Static” Child Menu with Accordian
- Display same menu for parent and all its children
- Image menu on responsive WordPress
- Set a different home link in nav menu
- Remove link from Page name in navigation bar
- Auto Filled Custom Menus for Custom Post Types?
- Adding Pages to Menus – No Page Hierarchy in Backend [duplicate]
- I want my homepage navbar to have different styling to the rest of my site, how can I do this?
- Problems with draft website pages