Skip to content

Instantly share code, notes, and snippets.

@AnnaCrumina
Created May 18, 2015 07:36
Show Gist options
  • Save AnnaCrumina/222fb826e4cb91d9e5d0 to your computer and use it in GitHub Desktop.
Save AnnaCrumina/222fb826e4cb91d9e5d0 to your computer and use it in GitHub Desktop.
Glider:align 3d level of menu with the top of the submenu
.menu-primary-navigation ul li {
position: static !important;
}
.menu-primary-navigation a {
position: relative !important;}
.menu-primary-navigation ul.dropdown li ul.dropdown {
top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment