Hi guys

It seems this module is what I'm after - but how do I use it? Have been trying for hours, but it's not doing anything (because I'm using it the wrong way, I'm sure). Imageloaded library installed in the libraries directory.

Basically, what I want is for two or more panel regions or columns to have the same height. How do I "target" these panel regions from admin/config/development/equalheights? What do I do/write in "Class or tag of the element" (please be very specific)? Having two or more views with equal heights could be useful as well.

Thanks in advance!

Best,
Thomas

CommentFileSizeAuthor
#1 equalheights.PNG11.2 KBdrurian

Comments

drurian’s picture

StatusFileSize
new11.2 KB

The columns that you'd like to equalize must have the same class. If it's a panel pane, it's likely going to be something like ".panel-pane". Or you can create a class using panels interface. Then you'd enter the class(es) in to the firs field. Everything else is optional. More often than not, you'd want to disable equalization for mobile screens, hence the media queries.

Here's a screenshot of a panel panes setup. This rule only works once the window reaches specified width.

drurian’s picture

Status: Active » Closed (fixed)