Question

I'm surprised that I couldn't find another question that deals with this.

Basically, how could one maintain multiple columns on a phone with bootstrap 2.3.2?

Here's a simple outline of my code: http://www.bootply.com/81265

It's fine on a desktop, but occupies way too much vertical space when each column breaks to it's own row.

Was it helpful?

Solution

put your content inside the grid columns and apply large and small classes for each media.

OTHER TIPS

You can disable the responsive layout http://getbootstrap.com/2.3.2/scaffolding.html#responsive by changing your stylesheet from this

<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">

to the following

<link href="assets/css/bootstrap.css" rel="stylesheet">
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top