Page 1 of 1

mobile layout grid order

Posted: Mon May 03, 2021 8:37 pm
by Chameleon
Hi, I have my page setup with 4 layout grids each split into 2 columns. The first layout grid has a picture in the left hand column and text in the right. The 2nd has the same only with the picture in the right column then the 3rd with the pic in the left then the 4th back to the picture in the right. This give me a staggered look which is what im after.

When I preview the page on a mobile phone the layout is not what it should be. The first layout is ok with the picture on top and text at the bottom, the 2nd layout is back to front with the text first and pic below then the 3rd is ok and the 4th back to the text on top and the pic below.

Is there any way to change the 2nd and 4th layout so that it is the same as 1st and 3rd layout i.e. all the layouts when viewed on mobile have the pic at the top and text below?

thanks,

Re: mobile layout grid order

Posted: Mon May 03, 2021 8:53 pm
by Bluesman
If you change the Gridsystem to "Flexbox" you can change the order for each column.

Re: mobile layout grid order

Posted: Mon May 03, 2021 8:55 pm
by crispy68
You will need to set your layout grids to flexbox and use the order function in conjuction with breakpoints.

Maybe this video will help?
https://youtu.be/o5-Wk8_7yFo

Re: mobile layout grid order

Posted: Mon May 03, 2021 9:57 pm
by Chameleon
Cheers guys I will change that and see how it goes :D