• Resolved D4rio

    (@d4rio)


    Hi Guys,
    this is my w.site:
    https://www.restauromobiliroma.com
    If you try to navigate through the menu icon “Restauro” to reach anyone of the submenù pages you can’t from PC.
    Every time and every movement you try to do with mouse to navigete from “Restauro” to “PRIMA e DOPO” or “STILI DI RESTAURO” causes the closure of the sub-menu that is unreachable.

    Also all the pages under “STILI DI RESTAURO” are unreachable from the main menù.

    I tryed to do the menù again from zero but with the same result.
    I tryed to add more submenù to other main manù pages and I had the same problem.

    Any Help?

    Thanks!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Flash Buddy

    (@flashbuddy)

    Add to your child theme (You ARE using a child theme aren’t you?):

    `ul.sub-menu {
    top: 55px;
    }’

    Adjust to aesthetically please while remaining clickable.

    LebCit

    (@lebcit)

    Hello @d4rio

    I don’t know if you changed something(s) in your theme…
    A quick fix would be to make the child menu more close to the parent menu.
    So try this in a child theme of this one or by using a custom CSS plugin.

    .main-navigation ul ul {
        top: 3em;
    }

    SYA ??

    • This reply was modified 8 years ago by LebCit.
    Thread Starter D4rio

    (@d4rio)

    Hello @flashbubby and @lebcit

    Thank you very much for your answers.

    Now menu is ok

    ??

    Hello @d4rio,

    You are most welcome !

    SYA ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Submenu: nobody can click!’ is closed to new replies.