I'm making a website with Bootstrap 3. I have the following question: columns and then I have code that I show.
http://www.bootply.com/WASQQyGR8z
What I need is to transform this mobile mode "attached image" which is all on one line. How is possible??
I attached the code that I have right now.
Thank you!
Greetings from Spain
col-xs is for mobile size devices. Use col-xs-12 to make a column full width on a mobile device.
The documentation for bootstrap is very good. You should take a look. http://getbootstrap.com/css/#grid-options
For the boxes inside you just use a nested .row and col-xs classes to suit. Again there is good documentation on this. http://getbootstrap.com/css/#grid-nesting