I have two columns on my page:
Left-Column Right-Column
On mobile and tablet devices, I want the Right-Column to display before the left one. For e.g.:
<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