Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

right nav menu #8

Open
stsouko opened this issue Apr 1, 2016 · 1 comment
Open

right nav menu #8

stsouko opened this issue Apr 1, 2016 · 1 comment

Comments

@stsouko
Copy link

stsouko commented Apr 1, 2016

hello!

how to add to left aligned navbar right aligned block?
for getting navbar like on http://getbootstrap.com/

@hstarmans
Copy link

Change the CSS file in the static folder of the example in this repository.

nav.navbar ul li {
display: block;
width: 150px;
margin-right: 20px;
float: right;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants