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

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

c# - Chart control: Design messed Up after clearing and re-adding Y-Values -

ruby on rails - Apipie interferes with proper error codes -