Bootstrap has some nice .visible-* (eg. .visible-lg) class utility for selecting what to show or hide depending on the screen size.
.visible-*
.visible-lg
When us
The following library extends the visible helper classes with inline & inline-block variations:
https://github.com/moappi/bootstrap.inline-responsive
Implements the following:
visible-inline-*
hidden-inline-*
and
visible-inline-block-*
hidden-inline-block-*