I need to reorder columns in a layout. It looks like this is an old question - is there a way to do it yet?
e.g. I want column 2 and 3 to switch places, or I want a new blank column in between 1 and 2
Currently I have to manually and one-by-one drag elements out of one column and rebuild them in another. It’s rather tedious.
I am aware that a small workaround would be to wrap all column content in a div and move the divs.
I also don’t want to ‘hack’ it by changing the display order (eg flexbox), I’m aiming for semantic and accessible HTML with the content in the correct order.
Thanks