Skip to content

Instantly share code, notes, and snippets.

@kimcoleman
Created March 23, 2021 14:15
Show Gist options
  • Save kimcoleman/023697054e2d36deefaea588273884d8 to your computer and use it in GitHub Desktop.
Save kimcoleman/023697054e2d36deefaea588273884d8 to your computer and use it in GitHub Desktop.
Custom CSS to center the Primary menu in Memberlite
/* Custom CSS to center the Primary menu in Memberlite */
.main-navigation {
text-align: center;
}
.main-navigation li {
float: none;
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment