Created
September 23, 2013 01:39
-
-
Save agusmu/6665582 to your computer and use it in GitHub Desktop.
PrimaShop and UberMenu
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
/* add top margin to align mega menu with logo */ | |
#header-menu .megaMenuContainer { | |
margin-top: 40px; | |
} | |
/* reset top margin on smaller devices */ | |
@media only screen and (max-width: 1000px) { | |
#header-menu .megaMenuContainer { | |
margin-top: 0; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tutorial: http://www.primathemes.com/documentation/primashop-ubermenu/