• Am having problems with the dropdown menu on Ginkaku template. It does not seem to be linking to the main menu – when passing the mouse over it appears, but when the mouse is moved down to the dropdown menu, it disappears – it looks like the link is not working.

    The website is https://warwickoneill.com

    Does anyone know what could be wrong please? If it needs some coding to fix it, I can add it if told where to put it.

    If OKAMOTO HIDETAKA is available, he is the developer of that template and might be able to help.

    A had a reply in another support are and did change this but now the sub menus are very narrow, and the subsub menu on the Books tab are not connecting:

    In the CSS change this

    @media screen and (min-width: 37.5em)
    .main-navigation ul ul {
    top: 3em;
    }
    to this

    @media screen and (min-width: 37.5em)
    .main-navigation ul ul {
    top: 2em;
    }

    Thanks

  • The topic ‘Ginkaku template dropdown menu not working’ is closed to new replies.