Menu on Bootstrap, drop-down list - everything is displayed in one column.

<ul class="dropdown-menu" role="menu"> *Столбец1* <li><a href="#">1</a></li> <li><a href="#">2</a></li> <li><a href="#">3</a></li> <li><a href="#">4</a></li> *Столбец2* <li><a href="#">1</a></li> <li><a href="#">2</a></li> <li><a href="#">3</a></li> <li><a href="#">4</a></li> 

How to make multiple columns?

  • bootstrap-ru.com/components.php - it is written here in great detail - soledar10
  • and what forces make the dropdown menu make you a list? - zb '
  • Look for the query "bootstrap dropdown menu multi-column" or look at the article on the site http://alijafarian.com/ - Vladimir Zhukov
  • @rogueCapella: links may be relevant in the comments, but this is not enough to answer. Read more here: stackoverflow.com/help/how-to-answer . A proposal to google at all inappropriate for SO, because Search engines usually lead back (often on the same question). - Nick Volynkin

1 answer 1

remove "class =" dropdown-menu "role =" menu ""