Right Aligned Links
To right align your navbar links, just add a right
class to your <ul>
that contains them.
Left Aligned Links
To left align your navbar links, just add a left
class to your <ul>
that contains them.
Centering the logo
The logo will center itself on medium and down screens, but if you want the logo to always be centered, add the center
class to your <a class="brand-logo">
.
You will have to make sure yourself that links do not overlap if you use this.
Icon Links
You can add icons into links. For icon only links you don't need any additional class. Just pop the i
tag in and it will work.
For adding an icon to a text link you need to add either a left
or right
class to the icon depending on where you want the icon to be.
Search Bar
You can add a search form in the navbar.