I need help with a layout issue I am facing. Currently, my layout looks like this:
[blurb] (8) [form] (4)
However, I want the [blurb] to take up col-md-8 and the [form] to take up col-md-4 so that they are full width on smaller devices.
On smaller devices, the layout currently looks like this:
[blurb] (12)
[form] (12)
My goal is to have the [form] displayed above the [blurb] on smaller devices, making it look like this:
[form] (12)
[blurb] (12)
I've been trying to use push/pull classes to achieve this, but I can't seem to get it right. Any assistance on this issue would be greatly appreciated.