html - How to format section of website when screen is SM with Bootstrap -


good morning,

i have question how format part of website when @ different browser size.

for example: top nav looks @ lg size.

nav lg

but when sm size, shows unformatted looks bad so:

nav sm

my question is, how target @ sm size , format when @ size?

would use media query or class in boostrap? im not sure go here, appreciated!

thanks!

you can use media queries specify specific px/% sizes believe. bootstrap has built in rows columns have built in break points , sizes. col-lg-12 col-md-12 col-sm-12 etc.

heres bootstrap link it: http://getbootstrap.com/css/


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -