[Resolved] Drop-down menu is oppened

Home Forums Support [Resolved] Drop-down menu is oppened

Home Forums Support Drop-down menu is oppened

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #575943
    Joaquin

    First of all, excuse my english level.

    I updated GP theme (2.1.1) and GP Premium (1.6.2), and my dropdown menu is oppened and a can’t close it.

    How can I solve this? I need to solve urgently.

    Thanks!

    #575990
    David
    Staff
    Customer Support

    Hi Joaquin, it is because of this CSS:

    .nav-aligned-center.nav-below-header .main-navigation {
        width: 1200px;
        margin: 0 auto;
    }

    If you change it to this it won’t affect the slide-out:

    .nav-aligned-center.nav-below-header .main-navigation:not(.slideout-navigation) {
        width: 1200px;
        margin: 0 auto;
    }
    #575997
    Joaquin

    OK! Thank you very much!

    #576001
    David
    Staff
    Customer Support

    Glad i could help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.