简体   繁体   中英

Bootstrap navbar responsive issue

Can anyone help me out in laying out the basic bootstrap grid system. I have been trying to make, but its not working.

Can anyone help me in laying out the basic-structure alone for this navbar above on how about going with cols and rows with some pseudo text alone.

<div class="container-fluid">
    <div class="row">
    </div>
</div>

Everything you have inbetween

<div class="navbar-collapse collapse">/*HERE*/</div> 

will collapse as intended.

I can recommend you http://getbootstrap.com/components/#navbar and http://getbootstrap.com/css/#grid

Yours

Learn about bootstrap's grid system and try using columns.

you're not using

<div class='col-lg-5'>content</div>

ect..

http://getbootstrap.com/css/#grid

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM