wondering if anyone has any tips on how to increase the dropdown width?
I have a row containing two columns with a a bit of javascript that slides the dropdown up an
Add the following css class
.dropdown-menu { width: 300px !important; height: 400px !important; }
Of course you can use what matches your need.