Gergo P
Gergo P

Reputation: 79

Is this layout possible with div's

regions/divs in custom Drupal 7 theme

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

Answers (2)

Kani Raj
Kani Raj

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

edisonmecaj
edisonmecaj

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

Related Questions