I'm utilizing the 'featurette' feature in bootstrap. Currently, the page displays text on the left and an image on the right. As you reduce the browser size, they stack on top of each other, with the text appearing above the image. How can I rearrange this layout so that the image comes first, followed by the text below?
For reference, you can see an example at http://getbootstrap.com/examples/carousel/
If you observe the featured section, you'll understand what I mean when resizing the window.
I've attempted adjusting the float position as a potential solution, but it didn't yield the desired outcome.
Just to clarify, I still want them to maintain their current positioning when the viewport is over 756px (or any designated size), but I specifically want the image to appear at the top when resizing as described in the previous scenario.