I\'d like a bootstrap dropdown menu where the links are horizontal. Unfortunately, I\'m having trouble with getting the width correct. The only way I can seem to make it hap
Your Problem solved Horizontal List
html
Drop it Google Facebook
css
@import url('http://getbootstrap.com/dist/css/bootstrap.css'); .dropdown-menu > li { display: inline-block; float:left; } .open > ul { display: inline-flex !important; }