The bootstrap theme is a great theme but I have some problems with changing things. I want place the logininfo-field in the top nav-bar. How can I do this? I have a solution but I think there must be a better one: I added css-code in bootstrap-settings:
.logininfo {display: inline-block; position: fixed; top: -2px; right: 38px; z-index: 1030 !important;}
But why I have to set the z-index to "1030"? Is there a better solution?
Thanks!