• Hello,

    I am having trouble with my webpage. It works perfectly in Google Chrome and Mozilla Firefox (haven’t tried it on Opera).

    When I open my site on Internet Explorer or Microsoft Edge, the drop down menu doesn’t work. The menu can be seen and links are enabled, but the submenu doesn’t show.

    Please help. Thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @nogalo4,

    Can you please try adding below custom CSS via Dashboard > Appearance > Customize > Additional CSS.

    .main-navigation ul li:hover > ul,
    .main-navigation ul li:focus > ul {
        left: 0;
    }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li:focus > ul {
        left: 100%;
    }

    Thank you.

    Thread Starter nogalo4

    (@nogalo4)

    Thank you! It worked!

    Hello @nogalo4,

    We want to thank you for the opportunity to serve you. Can we ask you for a favor to share your feedback? Please choose a rating that best describes our work and your overall experience with our service.

    To review the theme, please go this link – Review link

    Your valuable feedback helps us to continue our high quality of service and motivate our team.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mouse hover at internet explorer and microsoft edge’ is closed to new replies.