I am facing a challenge with the layout of my two columns. When viewing on desktop:
On mobile:
The current design has the column on the left, "Browse Programs", appearing below the left column. I am looking for a solution to have it appear above the left column instead. I have tried various methods, such as changing the order of columns in the HTML and using "float-left" (which works but is not ideal). I have also experimented with col-md-pull
and col-md-push
but have not had success with these solutions.
It is worth noting that I am not using Bootstrap 4 and would like to maintain the current setup for now.