navigation - Bootstrap navbar positioning in css -


usually navbar elements such menu link placed want them in html file. reasons need in css file.

is there way example change alignment of navbar-menu links left right? way: margin-left: xx px; not here because destroys responive behaviour of bootstrap.

thanks lot!

try float: right; property navbar-menu links think should work.

or use .pull-right or .pull-left class of bootstrap.


Comments