Make an experience.
1. use advanced columns 50/50
2. to left column type ‘left column’, to right column type ‘right column’
3. turn on Reverse Columns (Tablet)
What i see:
– in desktop brakepoints, left column is on the left side and right column is on the right side
– in mobile brakepoints, left column is on the top and right column is on the bottom
– in tablet brakepoints, right column is on the top (should be on the left side) and left column is on bottom (should be on the right side)
The reason is .uagb-columns__inner-wrap has CSS property flex-direction: column-reverse, but should has flex-direction: row-reverse.
I hope describe it clearly.