Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created September 23, 2013 01:39
Show Gist options
  • Save agusmu/6665582 to your computer and use it in GitHub Desktop.
Save agusmu/6665582 to your computer and use it in GitHub Desktop.
PrimaShop and UberMenu
/* 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;
}
}
@agusmu
Copy link
Author

agusmu commented Sep 28, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment