Mobile stacked columns ordering is making my head explode

I’ve watched the Columns video several times and there’s something just not clicking for me, so I wonder if any kind soul can help me out.

I’m attaching a screenshot of my desktop layout together with numbers indicating how I’d like these columns to stack on mobile.

Essentially on tablet and desktop it goes 1-2-4-3 (with two columns of unequal width)
And on mobile it needs to go - 1-2-3-4 (with single columns of the same width)

I understand this is probably me being very slow on the uptake but I can’t work out how to design this so that the order re-arranges.

Any help appreciated.

Rob

Hi @Rob

Why not just use a single column stack with for 4 columns instead of 2 each?
Any reason?

1 Like

Not sure I understand Vitor. The ordering needs to be different on desktop as per my screenshot, so:

1 2
4 3

Then mobile:
1
2
3
4

Thanks

I’m guessing Rob wants to use Ordering to make sure that the mobile outcome is photo, text, photo, text.

I would do this with two column stacks on top of one another. The first column stack will be normal, nor ordering needed. The second columns stack will have ordering applied, like so:

In both columns stacks the photo will be in the left-hand column and the text in the right.

Here’s sample project: ordering.rw8.zip • Droplr

Ordering can take a little while to wrap your head around, but when it clicks it’ll be an AH-HA! moment and I think you’ll get it from then on.

1 Like

Cheers Adam. Lunchtime here in the UK so will try afterwards.

OK, your example works perfectly, but mine is slightly different and I wonder if that’s where the problem lies for me. My columns aren’t equal width.

The first testimonial is a 2 and a 10.
The second is a 10 and a 2.

Is it possible to achieve the same effect with columns of unequal width?

Thanks

Rob

1 Like

Should be no problem. Just have to change the ordering values appropriately to match your column sizes, like so:

Here’s a sample project: ordering-2.rw8.zip • Droplr

Right, so I set up both sets of two columns with the small image on the left and the longer text on the right (even though I want them to alternate on the page on tablet and above). And THEN I use the Ordering feature to push and pull the alternate column stacks into the correct position.

Many thanks for helping me with this.

2 Likes

Bingo! You got it. Mobile first, basically.

:+1:

Nope, it’s not the mobile first thing that threw me. It’s the building the second two column stack ‘wrong’ and then using pull and push to make it ‘right’.

Anyway, that’s enough developer-bothering for one night…

50 minutes more and I can have a Shepherd Neame Master Brew!

That’s what I meant by mobile first. Designing the content for mobile breakpoint first, photos on the left, text on the right, and then setup the push and I pull for tablet and desktop to swap them for those breakpoints. Sorry if that wasn’t clear in what I said.