Bootstrap multi color dropdown menu without custom css

I want to create a multi-level bootstrap menu with a multi column submenu. I can do this by adding styling for the dropdown. But I would like to know if there are bootstrap classes for this to load?

+3


source to share


1 answer


yes you can use bootstrap (.row) class with column



here's a link for dropdown multicolumn bootstrap
http://alijafarian.com/demos/bootstrap-multi-column-dropdown-menu/

0


source







All Articles