Boxed layout options
Boxed layout backgrounds
Color schemes

More color schemes will be available soon!

Dropdown Menus Dropdown menus can be added to almost all elements and can be triggered either on click or hover.

Inline

Inline dropdowns can be used for creating navigation menus.

Positions

The dropdowns submenus can have the following positions: bottom left(default), bottom right. To change the position to the right you need to add .float-right class to the .dropdown-menu ul element. To push left the dropdown menu you need to add .push-left class to the .dropdown-menu ul element. To trigger a dropdown you need to add the data-trigger: attribute to the controller element (buttons, etc).

Dropups

Dropups are dropdowns with position top instead of bottom. Tp create dropup menus replace the .dropdown wrapper class with .dropup.