Tricky collapsible bootstrap navbar problem

constructive criticism! Absolute is a quick dirty fix… below would be a better solution

#bs-example-navbar-collapse-2{
float:right;   
}
#bs-example-navbar-collapse-1{
float:left;
}
1 Like