Working on a Bigcartel store with some simple Bootstrap elements. I\'ve worked with Bootstrap many times, and the columns are stacking correctly on the rest of the site, but
The col-xs-* columns don't stack. Use col-sm-* instead.
col-xs-*
col-sm-*
Codeply demo
Note: Bootstrap 4 col-xs-* has been changed to just col-*.
col-*