I recently discovered that I can rearrange my grid columns using the Bootstrap grid column ordering feature. However, I am facing a challenge as I cannot seem to figure out how to make the "right column first" only when it is collapsed.
Currently, I have two columns, "LEFT" (col-lg-4) and "RIGHT" (col-lg-8). My goal is to have the RIGHT column collapse on top of the LEFT column when viewed on smaller screens, but still remain on the right side if not in a collapsed state.
Is there a way to achieve this desired layout? Any suggestions or tips would be greatly appreciated!