I can\'t seem to get the drop down items to not go off the page. I tried a couple of things from BS3 but they don\'t seem to work. I\'m not sure if its because of the
In your style sheet, for .dropdown-menu change left: 0; to right: 0;.
.dropdown-menu
left: 0;
right: 0;