Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Hello, I have several containers with "2 columns" on one page. When the view becomes narrower (smartphone), the right container always jumps under the left one. Can you specify that it should be the other way around: So that the left container jumps under the right one? Many thanks and best regards Bruce |
||||
|
That's actually an interesting question, but I couldn't think of an easy way to do that. Maybe someone else has an idea? |
||||
|
A super kludgy way might be to have a single column container under the double containers that contains identical content to the left one above. Have it set to be hidden when the breakpoint is under 9999px, but to be visible when it hits your normal breakpoint (640?). Then in the column above, do the reverse - have it set to become invisible when the (640) breakpoint is reached. I'm sure it's a terrible way to do it, but I've done similar in the past and made it work. |
||||
|
I've solved it this way. I just thought: ask if there's a more elegant solution. But then I guess I'll have to stick with it. |
|