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?
- How to organize the header elements, so that it doesn’t come out differentin mobile view
- Removing link ” from ” menu for some “links” without JS
- Attaching a navigation menu to the admin bar?
- Multi Level Bootstrap Navigation Menu in WordPress
- How to custom output wp_nav_menu()
- Determine if a navigation item has children
- Directing a page to a default subpage
- How to add ID and class in nav menu walker?
- Set Item Order with wp_nav_menu_{$menu->slug}_items
- Add class to active element and its parent in nav menu
- Handling complex multi-level architecture / menu for large site
- Theme menu in Admin Panel
- Adding post excerpt into navigation menu
- Editing WordPress Nav Menu Walker
- WordPress Admin Bar Covering & Overlapping Fixed Menu Header [closed]
- Prepend to start of WordPress nav loop
- Change search results order for Admin -> Appearance -> Menus -> Pages -> View all
- Add custom external link to menu
- How to make the Primary Menu stay the same in the PC and mobile versions of the Twenty Sixteen theme
- How to add notifcations to front-end menu for users when they recieved replies?
- How can I add text to a single nav menu item?
- Alternative to wp_get_nav_menu_items?
- How to add attribute in menu code
- In the Admin Dashboard, can I choose which sections to display?
- How to change the color of a menu item [closed]
- Walker menu not displaying at all
- wp_nav_menu not displaying the right way
- add 3rd party link (with script) to menu item
- Limit wp_nav_menu_objects() only to first-level menu items
- Hide an item from a menu to some users
- Locking in navigation labels before changing title?
- How to Add support for sub-menu item description in wordpress?
- wp_nav_menu_items for one menu
- Customise the custom menu widget
- I can’t add more pages to menu – menu delete pages
- Confused about the correct functioning on WordPress Menus
- Admin Menu Hack (Left side in Dashboard)
- How to manipulate attributes of url-less dropdown item in a the custom wordpress menu?
- How do I remove this menu bar?
- nav-menu-template and columns in sub menu
- current-menu-item not apllying with wp_nav_menu() on ajax
- Custom link with checkbox that adds additional word to checked menu items
- menu not showing on mobile view
- Is it possible to have submenu outside of menu element? I dont want submenu to be a child of menu
- Bootstrap Nav Walker Sub Menu Image
- What are some of your favorite methods for creating an accessible menu?
- How to get all the menu listed in Menus Created inside the Apperance Menu?
- Add Class to Custom Menu Widget ul
- Add parent link to its submenu
- Can’t change link for navigation item
- Loading wordpress menu in an external server
- Need direction on a seemingly complex menu walker for automatically inserting a parent link li in it’s submenu ul
- Show only second level menu items? [duplicate]
- Prevent Menu Shortcode From Formatting
- individual images as navigation design TwentyTen
- What is the best way to incorporate responsive dropdown navigation menu into custom theme?
- how to add permalink/slug to wordpress custom link menu item
- Using walker to display all menu branches at once?
- How to add a class directly on a unordered list element that is a primary navigation
- Submenu items not working anymore
- Icon not shown in Dropdown menus in Twenty Seventeen Theme
- How to change WP menu item type?
- How to change mobile menu (toggle) icon in WordPress – Full Site Editing?
- add_submenu_page add multilevel menu
- Menu drop down covers contents of page in Mobile view
- How to add toggle-able DOM element after nav menu item?