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
- Add custom menu item using wp_nav_menu_items filter
- How to Remove all Instances of edit_post_link
- Add separator to admin submenu
- How do I add nested categories to drop-down menu in twenty-eleven?
- Order Admin sub-menu items?
- How Can I remove or hide the export page in WordPress menu?
- Get page by template?
- How show sub menu only using wp_nav_menu()
- Reorder custom submenu item
- I want only my sub-pages to be clickable in the navbar
- Add items to a menu dynamically
- Add div to specific sub-menu
- Make “sidebar template” the default template for new pages
- What is the WordPress Pinecone sitting on top of? [closed]
- wp_nav_menu() mark current item ancestor of custom post type
- Logout hyperlink within a sub-menu
- Walker nav remove submenu ul from a certain depth
- Clean install – Changing permalinks in twentyeleven give 404
- Does loading of sub pages in menu cause load to the server?
- How do I add a function on a specific post category?
- Remove All in One Pack from the admin bar
- Insert & order custom post types in/as submenu
- Using default WP menu functionality to link to custom post-type listing?
- Add toggle button for mobile sub-menus
- Highlight current post ancestor parent menu items
- Define supporting only 1-level menu
- WordPress Quick Question . How to Get Parent Link in Submenu in My Code
- Sub menu indicator that links to sub menu
- Custom megameu walker need improvement
- Using parent slug variable to display proper submenu not working properly
- WordPress Remove Submenus
- do_shortcode() in twentyeleven theme
- Adding sub-menu item makes parent item unclickable
- How can I add a delay to the collapsible menu in Twenty Eleven?
- Give Children Unique ID’s
- Extending Twenty Eleven Theme
- Change Twentyeleven Search Form Text
- No three-columns template in TwentyEleven?
- How to buid wordpress menu with auto width sub-menu items in dropdown menu without any items sharing one line [closed]
- After moving my site, sub-menus are not showing [closed]
- URL links consistent with menus?
- Replace anchor tag with span tag
- WordPress Custom Menu Admin helper plugin
- If current menu item is child or parent with child?
- Displaying another main nav menu for specific category
- How to check if current page is a parent item or child item in a given menu
- Twenty ten or Twenty eleven as base for responsive child theme
- Can I decide what categories show on my posts page?
- featured images twenty eleven theme
- Auto Changing Text Case
- Display list of Custom Post
- Type character in name and make it invisble
- Custom menu with additional logic for display
- WordPress + Bootstrap: Replace primary navigation menu on mobile?
- How do I show how many products are remaining from the bought package
- Submenu Page under Settings in Admin Panel
- Insert link in sub menu – Admin panel
- Add href to tag in nav menu for mobile
- Incorrect Behavior on WordPress Main Menu
- Display specific main Sub Nav on Woocommerce product pages
- Importing large product categories into wordpress menu
- How to keep the plugin submenu open on viewing a custom version of users.php?
- Reveal hidden submenus on page load – Twenty Fifteen theme
- Always show wordpress submenu on responsive header menu
- Add a Submenu from Another Submenu in a Custom Theme
- edit-tags.php in plugin admin menu hides when is the active page
- Main Menu Theme Different Output Print
- First argument is expected to be a valid callback for cp_admin_init and _canonical_charset
- Adding two submenus to a menu
- Building Menus with the latest posts included
- Getting the top level permalink using get_post_ancestors()
- How to add drop down sub menu from database fields in the particular menu slug
- collapse twenty twelve submenu in mobile version
- Show custom menu in category and its posts
- List child terms and posts in the current term
- Different coloured navigation links in Twenty Eleven themes
- Should I custom code drop down menus or use a wordpress plugin?
- WordPress two row automatic sub navigation with double wp_list_pages. Is it impossible?
- WordPress menu is getting automatically nested