Skip to content

Instantly share code, notes, and snippets.

@akther80
Created June 14, 2024 12:46
Show Gist options
  • Save akther80/f8bc9ea3030dd9935216854e39cce6aa to your computer and use it in GitHub Desktop.
Save akther80/f8bc9ea3030dd9935216854e39cce6aa to your computer and use it in GitHub Desktop.
Geeks - Dropdown menu in Mobile header width issue
@media (max-width: 991px) {
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: static;
}
}
@akther80
Copy link
Author

Please add the above css in Appearance > Customize > Additional CSS to fix the dropdown width issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment