Currently, I am working on a design that involves organizing several <DIV> elements in a vertical manner while still maintaining responsiveness.
Here are some examples:
Wider layout
Taller layout
I have tried using floats, inline-block display, and even attempted to piece it together with jQuery, but all the elements end up being organized horizontally.
After searching around, I have not been able to find others facing the same issue or solutions, so any help would be greatly appreciated.