I am a bit confused on the new bootstrap version since they changed dropdown menus to divs:
CSS and Desktop only solution
@media (min-width: 992px) { .dropdown:hover>.dropdown-menu { display: block; } }