I\'m trying to hide columns for my responsive design when in col-xs
and col-sm
. I first attempted to use hidden-xs/hidden-sm
classes, but
It seems hidden-xs/hidden-sm
has worked before since the accepted answer has many up votes, however the fiddle example does not work for me when I'm resizing the area. What works for me though is opposite logic using visible-md/visible-lg
. I can't understand why because according to documentation Bootstrap should still support hidden-xs/hidden-sm.
Working fiddle: http://jsfiddle.net/h1ep8b4f/
Show All the time
Hide in XS and SM
Show All the time
Hide in XS and SM