SyntaxFix
Write A Post
Hire A Developer
Questions
1: remove dropdown-trigger:
data-toggle="dropdown"
2: add this your css
.dropdown:hover .dropdown-menu { display: block; } .dropdown-menu { margin-top: 0px; }
posted for the people how stumbled upon this