Archived topic
Drop-down menu is oppened
3 replies · Started by Joaquin on May 15, 2018
Viewing posts 1–4 of 4
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!
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;
}
OK! Thank you very much!
Glad i could help.
This archived topic is closed to new replies.