Skip to content

Instantly share code, notes, and snippets.

@JanHoek
Created September 2, 2014 20:54
Show Gist options
  • Save JanHoek/686d5c949e16af84398d to your computer and use it in GitHub Desktop.
Save JanHoek/686d5c949e16af84398d to your computer and use it in GitHub Desktop.
Multi Column Genesis Header Navigation
.nav-header a {
padding: 4px;
}
.nav-header .genesis-nav-menu > .menu-item {
width: 33%;
float:left;
}
@media only screen and (max-width: 1023px) {
.nav-header .genesis-nav-menu > .menu-item {
text-align: center;
}
.nav-header .genesis-nav-menu > .menu-item > a {
padding: 4px;
}
}
@media only screen and (max-width: 400px) {
.nav-header .genesis-nav-menu > .menu-item {
width: 50%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment