Topic: dropdown menu with multiple columns?
depicturevis
pro
asked 6 years ago
Hi,
I was wondering if there is a way to have multiple columns with links in the dropdown-menu? Looking at the components, dropdown section I can't find an example of how this is done. Any help would be appreciated. Thanks!
K
Add comment
Magdalena Obalska
free
answered 6 years ago
You can try that kind of solution:
<ul class="nav">
<li class="dropdown">
<button class="btn btn-primary dropdown-toggle" type="button" id="dropdownMenu3" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Dropdown
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenu3">
<div class="row">
<ul class="list-unstyled col-md-4">
One
Two
Three
<ul class="list-unstyled col-md-4">
Four
Five
Six
</div>
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Specification of the issue
- User: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags