Skip to content

Instantly share code, notes, and snippets.

@bodiequirk
Last active August 29, 2015 14:25
Show Gist options
  • Save bodiequirk/1e560c32a6d56e21a4e9 to your computer and use it in GitHub Desktop.
Save bodiequirk/1e560c32a6d56e21a4e9 to your computer and use it in GitHub Desktop.
Center Primary Menu in Dynamik
/* Centering Primary Menu */
.genesis-nav-menu {
text-align: center;
}
.menu-primary li {
display: inline-block;
float: none;
}
@bodiequirk
Copy link
Author

Use to center primary menu in Dynamik.

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