• Hi,

    I would like to use a third level menu but it seems the Albino Theme doesn’t support that. Is there a way to make a deeper menu level visible?

    many thanks in advance!

Viewing 1 replies (of 1 total)
  • Thread Starter schnolly

    (@schnolly)

    I already found the solution.
    In header.php change the menu depth to 0 or 3
    In styles.css add:

    .dropdown-menu li:hover a+ul {
    display: block;
    top: 80%; // optional

    }

    grtz Pip

Viewing 1 replies (of 1 total)
  • The topic ‘menu depth’ is closed to new replies.