I am new with bootstrap.
While reading documentation I noticed that it is posible to set a class for a default invisible object to make it visible for some breakpoints like visible-xs
, visible-md
that is OK.
But what if I want to hide a default visible object for only one breakpoint. Do I have to add all classes visible-sm visible-md visible-lg
classes to hide it in xs
screens? Or is there any easy way like invisible-xs
?
Thank you.
.hidden-xs
will hide your content for all divices under 768px resolution.
check out the table at bootstrap website http://getbootstrap.com/css/#responsive-utilities
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With