Laravel-adminlte: Toggle navigation button misplaced on small screens

Created on 7 Jun 2020  路  4Comments  路  Source: jeroennoten/Laravel-AdminLTE

| Question | Answer
| ----------------------- | -----------------------
| Issue or Enhancement | Issue
| Laravel Version | Laravel 7
| Project Version | AdminLTE 3.2

Current Behavior

The toggle navigation button is not placed correctly when reducing the screen size :
Full screen : OK
1

Medium screen : OK
2

Small screen : Not OK
3

Same behaviour on Chrome, Firefox and Microsoft Edge.

Expected Behavior

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.

Steps to Reproduce

Simply reduce the size of the browser.

Most helpful comment

@REJack @lacodimizer We can change the default values with minor fixes, I can do that if no one else wants...

All 4 comments

@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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fagnerfjas picture fagnerfjas  路  5Comments

iHeartBard picture iHeartBard  路  4Comments

Shidersz picture Shidersz  路  4Comments

rafayet-monon picture rafayet-monon  路  3Comments

jlcanizales picture jlcanizales  路  3Comments