bootstrap dropdown bubble align right (not push-right)

后端 未结 5 1921
天命终不由人
天命终不由人 2020-12-29 00:59

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

5条回答
  •  粉色の甜心
    2020-12-29 01:31

    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

提交回复
热议问题