• Resolved airjesp21

    (@airjesp21)


    Drop Down Links(subtopics) in mobile version of the theme,
    after expanding navigation menu,
    I click the subtopic link,
    Doesnt work. The link that is being selected are the suptopics behind the links.
    Any Ideas? I updated plugins as well.

Viewing 1 replies (of 1 total)
  • Hi @airjesp21,

    Thank you for pointing this issue. We will resolve this in our next version
    For now, Please use the CSS below

    @media only screen and (max-width: 767px)
    {
    header.elvinaa-menu-wrapper #elvinaa-main-menu-wrapper .nav>li>a {
    z-index: 0;
    }
    }

    Copy and paste this in Appearance -> Customize -> Additional CSS

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘SubTopics in Navigation Inop’ is closed to new replies.