Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Created August 20, 2017 07:39
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibndawood/09eb1750433fb08adfcd509f69d5c577 to your computer and use it in GitHub Desktop.
Save ibndawood/09eb1750433fb08adfcd509f69d5c577 to your computer and use it in GitHub Desktop.
Electro - Header v3, center align navbar primary
.header-v3 + .navbar-primary .navbar-nav {
text-align: center;
}
.header-v3 + .navbar-primary .navbar-nav > .menu-item {
float: none;
display: inline-block;
}
@Gunayaghayeva
Copy link

hello i am using electro theme header v-1
how do i make header in center ? thank you
HEADER1

.header-v1 .masthead {
align-items: center;
margin: 0.286em 0 1.857em;}

@ibndawood
Copy link
Author

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