Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #596239

    We’ve been using the Enfold theme for our site and test site. On the test site we installed the latest version of the theme.

    Issue: the top-level navigation doesn’t work properly. When hovering over one of the nav buttons, the submenus open up over the top-level buttons. So, to see the rest of the nav buttons again, the user needs to move the cursor away.

    We thought that updating the theme would fix it, but the problem is still there. Please help us to restore the style of the original theme.

    #596742

    Hey KirstyT,

    Have you done any customisations to the theme? If so, what are they? Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    #596745

    I’m not sure if any customisations were done to the theme, unfortunately. I do know that a couple of different web devs have worked on the site. Let me know if you need any more info.

    #596822

    Hey!

    This code was causing the submenu menu issue

    .sub-menu { top: 18px !important; }
    

    We changed the above to

    .sub-menu {    top: auto !important; }
    

    Make sure you clear the cache by hitting the refresh button while holding down the shift key several time and review the site now :)

    Best regards,
    Vinay Kashyap

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.