Why is my bootstrap navbar not displaying inline?

后端 未结 11 2221
感情败类
感情败类 2021-01-01 20:46

Here is my html using bootstrap (I\'m sure bootstrap is installed correctly)

11条回答
  •  耶瑟儿~
    2021-01-01 21:26

    Navbars require a wrapping .navbar with .navbar-expand{-sm|-md|-lg|-xl} for responsive collapsing and color scheme classes.

    So if your nav class is like that

    change lg to sm or if -sm then change into -lg

提交回复
热议问题