• Resolved Fabio_M

    (@fabio_m)


    On firefox and on IE my dropdown menu disappears too quick. However on google chrome it works fine.

    Any advices on how to fix this?

    Thks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    We can’t see what you mean. If you can’t link the website, can you confirm it occurs on the theme’s demo site?

    Thread Starter Fabio_M

    (@fabio_m)

    Was able to fix it for firefox lowering the top atribue on the menu, from 17px to 13px.

    #access ul ul {
    top: 13px;
    }

    However still have the same problem on IE, any ideas?

    Thread Starter Fabio_M

    (@fabio_m)

    Only now saw your post Andrew.

    On the original theme it is working.

    my website: http://www.osleoes.pt
    to view the site user the info below.
    user: user
    pw: user

    What did i made wrong? im guessing some css…

    Thread Starter Fabio_M

    (@fabio_m)

    Ok.
    this code fixed it…
    #access ul ul {
    top: 13px;
    }

    it just took time to upload it i guess ^^

    I have the same problem. I am just learning WordPress. What file is this in?

    style.css
    Found it myself.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Dropdown menu disappears before cursor reaches’ is closed to new replies.