Bootstrap collapsed menu not pushing content down when expanded

前端 未结 10 1602
挽巷
挽巷 2020-12-10 01:00

I am using Twitter Bootstrap to play around with the responsive side of a website. I am having a problem however with the smaller widths where the collapsed menu is going ov

10条回答
  •  伪装坚强ぢ
    2020-12-10 01:48

    If you are using a fixed navbar expanding the menu won't push down the content. For that you have to use static header itself. Check the bootstrap example link you gave as reference.

提交回复
热议问题