CSS - Swap Columns

admin

Administrator
Staff member
I have two columns on my page:

Code:
Left-Column    Right-Column

On mobile and tablet devices, I want the Right-Column to display before the left one. For e.g.:

Code:
<p>Right-Column</p>
<p>Left-Column</p>

Anyone how to do this using CSS? I know I can do it using Bootstrap but the wordpress template is not designed using Bootstrap.

Thanks