bootstrap 4 nav doesn't display hamburger on resize

前端 未结 2 828
感动是毒
感动是毒 2020-11-27 08:58

I\'ve figured how to align the menu items to the right, but when resized the navbar-toggler doesnt appear.

Code:

2条回答
  •  隐瞒了意图╮
    2020-11-27 09:19

    The code is fine, however I'd stay with the documentation and replace button just after opening tag because it may have something with js loading.

    EDIT: I inspected your website once again and found the button, top right corner! Now all you have to do is change its color and position. Use google chrome dev tools (f12) and searh for it while your window is resized.

提交回复
热议问题