Removing an element, without deleting content inside?

Hi folks,

Is there anyway to remove an element (after a change of mind), but without removing the elements inside it?

For example: I have 4 columns with a div inside each one, but I decide I would like to remove the columns? If I try removing the column from the Navigator it of course deletes the div inside also, any workaround for this?

thanks

Put content into one div block, move it outside of the column and delete the column itself (resize).

1 Like

Ok, thanks. Very impractical, but hey-ho!!