You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It involved adding a ton of CSS, but the navbar form is fixed. You still might have problems with the fixed navbar cropping content in narrow viewports, but that's not something we can fix in Bootstrap.
My comments start with "--".
--Non-Responsive example menu is not displaying on mobile.
--When you remove
id="navbar" class="navbar-collapse collapse"
div then it will display properly.--After that I added Form to it, it display correctly on desktop.
--But for mobile it is not displaying properly even after removing
id="navbar" class="navbar-collapse collapse"
div.--How do I fix form on mobile?
The text was updated successfully, but these errors were encountered: