However, the default bootstrap behavior on mobile is to flow all the divs one underneath the other. The img seems to go full width and text flows underneath it which is not desirable.
Is there something built into bootstrap that will allow me to achieve the desired result or would I have to use some custom CSS?
I figured I would answer my own question from a year ago seeing it has been viewed over a thousand times. I can then also mark it as answered.
In Boostrap v3, which is built from mobile up, there are classes for mobile devices ".col-xs-*" which will let you specify content that will sit side by side instead of stacking.
No comments:
Post a Comment