• Can anybody tell me how to move the dropdown in the twenty ten theme closer to the primary navigation bar. It is nearly impossible to move to the dropdown due to the gap. See the services tab on this menu.

    URL: http://www.dimensionshealth.org

    Thanks for your help…

    Karen

Viewing 4 replies - 1 through 4 (of 4 total)
  • That’s not the Twenty Ten theme.

    Thread Starter KcinDC

    (@kcindc)

    Is it possible to move the dropdown closer to the navigation bar?

    in your stylesheet “style.css” (or one of them :P) open the file in your html editor and press CTRL+F and search for “.sub-menu” (without the quotes).
    you should see something like this below . . .
    .sub-menu {position:relative; z-index:9999 !important}

    replace with this
    .sub-menu {position:relative; top:0px; left:0px; right:0px; bottom:0px; z-index:9999 !important}

    then play with the top, left right and bottom numbers to get the place you want.

    Thread Starter KcinDC

    (@kcindc)

    O.K. James gave this a try and it wiped out the background behind the words in the dropdown. Any other ideas?

    I appreciate your help…

    KC

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adjusting dropdown menu’ is closed to new replies.