Created
May 18, 2015 07:36
-
-
Save AnnaCrumina/222fb826e4cb91d9e5d0 to your computer and use it in GitHub Desktop.
Glider:align 3d level of menu with the top of the submenu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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