Making blocks disappear on smaller screens
Permalink
Hi there,
I've started to learn more css and to work with responsiveness using bootstrap. I'd like to know how I can let certain blocks disappear, or show other content, when my website is viewed on screens smaller than 767px for instance.
I've started to learn more css and to work with responsiveness using bootstrap. I'd like to know how I can let certain blocks disappear, or show other content, when my website is viewed on screens smaller than 767px for instance.
http://getbootstrap.com/css/#responsive-utilities...
The class hidden-* and visible-* are probably what you are looking for.