How to change dropdown position in Main Menu?

Viewing 1 post (of 1 total)
  • #3007
    niconectado
    Participant

    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)

You must be logged in to reply to this topic.