I have cart in my top menu, using push-right
and my problem is that the dropdown bubble falls out of the page. I am trying to align the bubble right, so that it
Bootstrap 3.1+
Adding the class .dropdown-menu-right to the same div containing the class dropdown-menu:
http://getbootstrap.com/components/#dropdowns-alignment
Bootstrap 2.3 & 3.0
Add the class .pull-right to the same div containing the class dropdown-menu
This seems to work for me using bootstrap 3.0