Search for: Search How to change dropdown position in Main Menu? Viewing 1 post (of 1 total) August 9, 2011 at 10:15 pm August 9, 2011 #3007 niconectadoParticipant I’m trying the following solution and works.. Before the tag ‘</head>’ in the ‘header.php’ file, i’ve added the following css code: <style type=”text/css” media=”screen”> #primary-nav ul.sub-menu { margin-top:-140px; } </style> where the 140px height it’s enough for a height of 3 subitems, one in double-size. Viewing 1 post (of 1 total) Tagged: dropdown, mainmenu, navigation You must be logged in to reply to this topic.