You can try positioning the UL absolutely and give a distance from “top”, eg:
#access ul li > ul {
position:absolute;
}
#access ul li:hover > ul {
top: 2em; /*This needs to be enough to push it below the main menu */
}
You might also need to float the LIs within that left, or display them inline, eg:
#access ul li:hover > ul li {
float:left;
}
or
#access ul li:hover > ul li {
display:inline;
}
Without seeing your HTML and CSS it’s hard to help, but I hope this helps to get you on the right path.
Related Posts:
- How to replace default rotating header images with my own
- How to override excerpt length in child theme of Twenty Eleven?
- 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?
- 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?
- Navigation that Runs Above and Below Header Image
- Twenty Eleven Theme Adjusts for iPhones. How to stop this feature?
- IE7 compatible twentyeleven
- 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
- Display a portion/ branch of the menu tree using wp_nav_menu()
- Is It Possible To Add Custom Post Type Menu As Another Custom Post Type Sub Menu
- How to add sub-menu to a menu generated by wp_nav_menu by using plugin
- Remove Categories / Tags From Admin Menu
- WordPress API Menu/Submenu Order
- Add an admin page, but don’t show it on the admin menu
- Getting custom admin submenu item to highlight when its active
- Add custom menu item using wp_nav_menu_items filter
- How to Remove all Instances of edit_post_link
- how to create a menu with all sub categories?
- Custom menu walker: how can i check first item
- Remove a menu item created by a plugin
- Add separator to admin submenu
- get_the_category_list or get_the_tag_list for custom post types and taxonomies?
- Display only page specific sub menu items using Custom Walker
- Add custom html to last sub-menu item
- How do I add nested categories to drop-down menu in twenty-eleven?
- Add a .last class to the last in each ul.sub-menu
- Order Admin sub-menu items?
- Why to check if function doesn’t exists in functions.php?
- How Can I remove or hide the export page in WordPress menu?
- Get page by template?
- Optimal approach for replacing the 8 header images in a child theme?
- Multi Level Bootstrap Navigation Menu in WordPress
- Add class to top level menu item if it has multiple child levels
- How show sub menu only using wp_nav_menu()
- How to give position to Submenu under custom post type
- Hide Twenty Eleven Theme From Themes Page
- Show only 2nd level of navigation depending on active navigation
- Reorder custom submenu item
- How to add a child item to a menu element (using wp_nav_menu_objects)
- Simple Navigation Walker – Wrapper-class around first sub-menu
- How Do I Programmatically Better Organize Custom Post Type Menus?
- How to get a separate child menu?
- Exclude one item from wp_list_pages( $args );
- How to create a drop down menu like in twenty eleven theme?
- How do I override template-tags.php in twentyseventeen theme
- Is there a way to keep a custom menu expanded when editing a custom post type?
- wp_nav_menu() loses ‘current-menu-*’ classes on single product page within category
- Why max-width:97.5% on content images?
- How to drag multiple menu items at once in WordPress?
- Customizing the a tag with Semantic UI
- why does twenty eleven theme mix up the css measurement units?
- checkbox in post add/edit to add/remove the post from menu
- Primary and secondary menus
- Put a wp_nav_menu inside another one
- Using custom post types in submenu + custom title
- I want only my sub-pages to be clickable in the navbar
- How to make pages metabox display all hierarchy in menu admin?
- Moving Categories submenu to Media, but still opens Posts menu
- Category menu item and its last 10 posts as sub-menu
- custom, static home page / landing page with Twenty Eleven theme?
- Add items to a menu dynamically
- How to force content refresh of a page that has been loaded previously by the user? [closed]
- how to get custom admin submenu( custom post type ) item to highlight when its active
- Generate a Menu that displays all child pages of top level parent
- How to display submenus on page based on referring top-level parent?
- WordPress twenty eleven sidebar on Pages
- automatically adding submenu items
- How can I add a sub menu to an existing navigation menu in WordPress?
- Custom Nav Walker sub-menu HTML construct
- Check if wp_nav_menu items have submenus
- Admin Menu – Highlight top-level menu when on a sub-menu page (without showing sub-menu)
- jQuery Hoverintent plugin in TwentyEleven Menu [closed]
- Add div to specific sub-menu
- Generate a tabbed submenu — from taxonomy term or submenu item — with sample content
- Automatically Add New Tags to Sub-menu
- Subpages return 404 error [closed]
- Adding different classes to anchor in navigation menu
- Nav walker, bootstrap: Display 3rd level items under 2nd level
- how to only add a top-level admin menu without it creating a sub-level-menu
- how to automatically generate hierarchical menus from hierarchy of pages?
- Edit Comments Form in TwentyEleven
- Custom Walker for Walker_Nav_Menu
- Arrow down in menu not displaying
- Creating WordPress Plugin solely for Admin panel with dash menu and submenus
- Programmatically adding menu items function replicates in multiple menus
- Handling complex multi-level architecture / menu for large site
- Sub-Pages only of menu items in current branch using a custom menu