Take a look at this picture:
I want the dropdown menu items to be stack from left to right (horizontally). I cannot seem get this to work, tried using \"l
A combination of
with
.dropdown-menu { margin-right:-1000px; }
and some additional appearance styling worked for me. Thanks!