Bootstrap: last column > 1st of the stack when resize

Hello,

I am doing the Portofolio challenge and I am trying to have my last column to be the first row of my stack after the resize but I am not able to figure out how to do it.
Because a drawing is better the words:

Full PC screen

[A][B]

Smartphone

[B]
[A]

Many thanks for your help

Hi, you just have to write your html code in the order that you want on small devices ([B] before [A]) and use the bootstrap grid pull/push feature to change the order on larger screens.

1 Like

Hi dem-s,

thank you!! It was very helpful!!