Change the order Betheme column's stack on mobile
Hi,
Is there any way to change the order Betheme column's stack on mobile? The result on desktop are fine but this is our problem in mobile:
http://prntscr.com/cwbt3r
http://prntscr.com/cwbt3r
We need it to be like this on mobile:
image
heading
columntext
image
heading
columntext
image
heading
columntext
Actually it is:
image
image
image
heading
heading
heading
columntext
columntext
columntext
Any way to do it using css?
image
heading
columntext
image
heading
columntext
image
heading
columntext
Actually it is:
image
image
image
heading
heading
heading
columntext
columntext
columntext
Any way to do it using css?
Comments
responsive reads always the content by rows from the left side to the right. So if you want to change it's order on mobile devices, you need to put necessary blocks into WRAPS and then responsive would read them as you want.