Bootstrap 4 navbar appearing vertically not horizontally

前端 未结 4 1032
-上瘾入骨i
-上瘾入骨i 2021-01-11 16:52

I have built a Navbar exactly how it has been done on a tutorial yet somehow my navbar appears vertically when it should appear horizontally. Any ideas on how to fix this pr

4条回答
  •  迷失自我
    2021-01-11 17:48

    Bootstrap 4 requires you add navbar-expand-md to your opening nav classes otherwise it will be vertical ..

    You can replace the md with xs, lg or sm for different breakpoints.

    Go to Bootstrap 4 Navbar documentation and view the first example.

提交回复
热议问题