drop down header menu

Support Area Forums Grassroots drop down header menu

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question: http://
  • Author
    Posts
  • #32448
    tkc
    Participant

    When I hover over the drop down menu for submenu items, it is very low and then when I move my mouse down the menu disappears. How do I fix this? I have tried changing under theme options the height using the -xx pixels but it does not change it.

    #32457
    tkc
    Participant
    #32464
    Bill Robbins
    Moderator

    Sorry for the trouble there. I noticed looking at the site that the WP Super Cache plugin is being used. Did you happen to clear out the cache in the plugin after changing the value in the theme options? Until the cache is cleared, the changes won’t be in the code. Let me know and we’ll go from there.

    Thanks,
    Bill

    #32469
    tkc
    Participant

    Hi,

    Clearing the cache didn’t change anything… it is still having that issue.

    Thanks,

    #32471
    Bill Robbins
    Moderator

    Thanks. I don’t see the drop down margin code. Is it still in your theme options. If it isn’t, please add it back and I’ll check again.

    #32477
    Bill Robbins
    Moderator

    It looks like the padding on the menu items is a bit different here which may preclude the built in option from working. You can also adjust it this way:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      nav#top-menu ul li:hover ul {
      	top: 70px;
      }
      
    3. Update your settings.

    Take care,
    Bill

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘drop down header menu’ is closed to new replies.