bootstrap 4 nav doesn't display hamburger on resize

前端 未结 2 825
感动是毒
感动是毒 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:06

    Updated 2018

    The hamburger is there, but it's not visible because the Navbar needs a color, or change the toggler color.

    
    
    • Use navbar-dark to produce light/white colored links and toggler
    • Use navbar-light to produce dark/gray colored links and toggler

    In Bootstrap 4.0.0 navbar-toggleable- has changed to navbar-expand-, but navbar-light and navbar-dark still work the same way...

    
    

    also see: Bootstrap navbar: nothing is displayed on smaller devices

提交回复
热议问题