How to hide my collapse bootstrap 3 navbar with click on body when, collapse is visible?

前端 未结 7 637
攒了一身酷
攒了一身酷 2021-01-24 23:39

I\'m making a WordPress website for agency where I will go work. I used Bootstrap 3.0, and I created a responsive menu.

How to hide menu when is collapsed and visible (

7条回答
  •  不要未来只要你来
    2021-01-24 23:54

    I think your best approach would be to do something in a mediaquery, or pherhaphs with js instead, check in bootstrap page which are the break points and use the one you are interested in.

提交回复
热议问题