0

I wanted to show the dropdown list below the dropdown title. For example. The list will display just below of the title.

Currently the list is left justified/ always displaying from left. Here is the code snippet.

                        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Engineering <b class="caret"></b></a>

                        <ul class="dropdown-menu dropdown-menu-large">
                            <li class="col-sm-6">
                                <ul>
                                    <li class="dropdown-header">Glyphicons</li>
                                    <li><a href="#">Available glyphs</a></li>
                                    <li class="disabled"><a href="#">How to use</a></li>
                                    <li><a href="#">Examples</a></li>

                                </ul>
                            </li>
                            <li class="col-sm-6">
                                <ul>
                                    <li class="dropdown-header">Button groups</li>
                                    <li><a href="#">Basic example</a></li>
                                    <li><a href="#">Button toolbar</a></li>
                                    <li><a href="#">Sizing</a></li>

                                </ul>
                            </li>

                        </ul>

                    </li>
lukasgeiter
  • 147,337
  • 26
  • 332
  • 270
  • create a bootply please. – rnrneverdies Nov 20 '14 at 03:59
  • Can you clarify what it is you are trying to accomplish. Dropdowns appear below their `a` elements by default. You can right justify the menu's using the `dropdown-menu-right` class but it is not clear if you are even interested in that. http://www.bootply.com/7cxGec74uY – Marcelo Dec 08 '14 at 15:58

0 Answers0