[Try it Β»](#)
The result is as follows:

## Options
### Alignment
Add the class **.pull-right** to the **.dropdown-menu** to right-align the dropdown menu. The following example demonstrates this:
## Example
[Try it Β»](#)
The result is as follows:

### Headers
You can use the class **dropdown-header** to add headers to the label area of the dropdown menu. The following example demonstrates this:
## Example
[Try it Β»](#)
The result is as follows:

* * *
## More Examples
| Class | Description | Example |
| --- | --- | --- |
| .dropdown | Specifies the dropdown menu. All dropdown menus are wrapped in .dropdown. | (#) |
| .dropdown-menu | Creates the dropdown menu. | (#) |
| .dropdown-menu-right | Right-aligns the dropdown menu. | (#) |
| .dropdown-header | Adds a header to the dropdown menu. | (#) |
| .dropup | Specifies a dropup menu (opens upwards). | (#) |
| .disabled | Disables an item in the dropdown menu. | (#) |
| .divider | Adds a divider line in the dropdown menu. | (#) |
YouTip