how to make twitter bootstrap submenu to open on the left side?

前端 未结 12 2117
余生分开走
余生分开走 2020-12-13 05:12

I was trying to create twitter bootstrap submenu in dropdown menu, but I\'ve got a problem: I have dropdown menu in the top right corner of the page and that menu has one mo

12条回答
  •  眼角桃花
    2020-12-13 05:52

    If you are using bootstrap v4 there is a new way to do that.

    You should use .dropdown-menu-right on the .dropdown-menu element.

    Link to code: https://getbootstrap.com/docs/4.0/components/dropdowns/#menu-items

提交回复
热议问题