Responsive – make two column layout go to one column on mobile?
-
I’m familiar with Bootstrap’s graceful degrading, where a two-column layout on big screens will automatically degrade into a one-column layout on mobile, using code like this:
<div class=”col-xs-12 col-sm-6″>In that example, the content would span 6 units on tablet computers and larger; but on mobile it would span 12 units, meaning it automatically is full-width (and thus, single column).
What’s the easiest/best way to emulate this behavior in this theme?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Responsive – make two column layout go to one column on mobile?’ is closed to new replies.