• kizer34

    (@kizer34)


    Hi !

    I’have problem with the grid theme responsive menu :
    [URL=https://nimga.fr/v/6ufMA]https://nimga.fr/m/6ufMA.png[/URL]

    My submenu (beta, jeux indépendant… ) are always displayed!

    Yet, I’have set its menu like this :

    [URL=https://nimga.fr/v/q2z3u]https://nimga.fr/m/q2z3u.png[/URL]

    Someone can help me?

    (sorry for my english, I’m french..)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kizer34

    (@kizer34)

    Please ?

    Thread Starter kizer34

    (@kizer34)

    please ?

    hi !
    This theme does not seem to support sub menus.
    Ce thème ne semble pas supporter les sous menus

    Here is some code to add on style.css to hide / show the menu :
    Voici un bout de code pour afficher et cacher le sous menu (à rajouter sans style.css) :

    #menu_container ul ul {	display:none; visibility:hidden; }
    #menu_container ul li:hover ul { display: block; visibility:visible;}

    It won’t make miracles because you still have to deal with the width of each menu item and so on..
    Ca ne fera pas des miracles, car il faut encore gérer les soucis de largeurs etc… mais c’est un début !

    Elise

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Grid theme responsive] Display problem submenu’ is closed to new replies.