| Question | Answer
| ----------------------- | -----------------------
| Issue or Enhancement | Issue
| Laravel Version | Laravel 7
| Project Version | AdminLTE 3.2
The toggle navigation button is not placed correctly when reducing the screen size :
Full screen : OK
Medium screen : OK
Small screen : Not OK
Same behaviour on Chrome, Firefox and Microsoft Edge.
I would like the toggle navigation button on the small screens to be placed a little on the right (like in the full and medium size screens).
Note: Commenting the search bar in config/admintle.php does not help.
Simply reduce the size of the browser.
@REJack
This come from classes_topnav_nav's default value it should be navbar-expand not navbar-expand-md.
@REJack @lacodimizer We can change the default values with minor fixes, I can do that if no one else wants...
solved with v3.3.1
Most helpful comment
@REJack @lacodimizer We can change the default values with minor fixes, I can do that if no one else wants...