• Hello,

    I have a problem with the position of the submenu items. When deployed, these items appear at the top of the menu, and are not aligned with the parent element to which it is associated.

    You can see the problem in the website https://aaef.es. In the spanish version, in the menu “Quiénes somos”, the “Portal de Transparencia” section has two subsections, which appear at the top, not aligned with “Portal de Transparencia”.

    I hope you can help me. Thank you very much.

    Nadimia.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    you can try to add this code using custom css plugin:

    #mainnav li:hover > ul ul {
        position: inherit;
        top: -70px;
    }

    not perfect but it has better position I think :p

    Thread Starter nadimia

    (@nadimia)

    Thank you!

    It’s true that the position is not accurate, but better than before!

    Best regards! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Submenu position’ is closed to new replies.