Bootstrap collapsed menu not pushing content down when expanded

前端 未结 10 1600
挽巷
挽巷 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:39

    Mention one "id" in data-target and add that "id" in the "div" which have collapse navbar code. As below:

    
    

    This data-target calls a particular "id" and on the base of that your navbar will toggle.

提交回复
热议问题