Ana_Neves
-
Posts
5 -
Joined
-
Last visited
Reputation Activity
-
Ana_Neves reacted to tuanphan in Switching the order of blocks for mobile
Which sections?
add to Home > Design > Custom CSS
@media screen and (max-width:640px) { div#block-yui_3_17_2_1_1573840832712_204829+.row { display: flex; flex-direction: column-reverse; } }
-
Ana_Neves reacted to tuanphan in Switching the order of blocks for mobile
Add to Home > Design > Custom CSS
@media screen and (max-width:767px) { div#block-7854afc870c74dcb77e3+.row { display: flex; flex-direction: column-reverse; } }