Drop Down Menu Issues

  • Author
    Posts
  • #52852

    When you resize the window, and the menu headers go onto two levels, the drop down menu goes behind the extended menu bar and reappears on the page.
    This means that you can’t navigate to sub categories when the window is sized differently.
    How do I fix this?

    Thanks

    Website: somethingvloggy.uk

    #55081

    Hi Banjo

    When I look to your website it looks like you’ve solved the problem?
    Can you tell me how you did this?

    Thanks.

    #57899

    I added CSS to the custom CSS section in the theme.

    Unfortunately, the banner doesn’t behave as well as it once did after that, but it’s the only thing I could find that worked.
    Here’s the code I added (you’ll need both brackets where they are.

    .sub-menu {
    z-index: 999 !important;
    }

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Drop Down Menu Issues’ is closed to new replies.