TwentyEleven horizontal submenu
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, … Read more