javascripthtmlcsstwitter-bootstrap

Changing the direction of a Bootstrap dropdown


How can I change the direction of a Twitter Bootstrap dropdown?

I have a dropdown like this:

What I have

But I want it to look like this:

What I want


Solution

  • Use pull-right or pull-left classes.