Skip to content

Instantly share code, notes, and snippets.

@itswadesh
Last active March 27, 2017 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itswadesh/885382723ec0766c1cca883dc15ac663 to your computer and use it in GitHub Desktop.
Save itswadesh/885382723ec0766c1cca883dc15ac663 to your computer and use it in GitHub Desktop.
.megamenu.navbar-default {
background-color: #000;
}
.megamenu .grid-demo {
padding: 10px 30px;
}
.megamenu .dropdown:hover{
background-color: #fff;
}
.megamenu .dropdown:hover .dropdown-menu {
display: block;
}
.megamenu .grid-demo [class*="col-"] {
font-size: 1em;
line-height: 2;
}
.megamenu .grid-demo [class*="col-"] a {
padding: 5px 10px;
}
.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
position: static;
}
.megamenu .container {
position: relative;
}
.megamenu .dropdown-menu {
left: auto;
margin-top: 0;
top:auto;
}
.megamenu .megamenu-content {
padding: 20px 30px;
}
.megamenu .dropdown.megamenu-fw .dropdown-menu {
left: 0;
right: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment