Reputation: 79
This should be the home view on larger screens. The DIVS are all regions in my Drupal 7 theme but I'm having trouble with DIV3. Thanks for any help on this.
Upvotes: 6
Views: 149
Reputation: 106
This is possible with CSS columns in modern browsers, falling back to using the jQuery Masonry plugin in older browsers.
A full explanation can be found at Creating a CSS-only Responsive Masonry
Upvotes: 2
Reputation: 1142
You can try with Gridster.Js
http://dsmorse.github.io/gridster.js/
You can manage the dimension in blocks width and height. You can organize the divs just with a drag and drop (you can disable the drag and drop if you don't need).
Upvotes: 0