css - Change the order of columns in bootstrap 3 grid -
I have the following as html.
I want to swap their location in blue and red div xs
size.
& lt; Div class = "row" & gt; & Lt; Div class = "col-xs-12 col-sm-6" style = "background-color: red;" & Gt; Red & lt; / Div & gt; & Lt; Div class = "col-xs-12 col-sm-6" style = "background-color: blue;" & Gt; Blue & lt; / Div & gt; & Lt; / Div & gt;
Is it possible to change the order of columns in mobile size in Bootstrap 3.0?
Change the order of the divs here and float them properly from the bootstrap to the pull-right square
Comments
Post a Comment