Hi guys what is the right syntax for /admin/config/content/equalheights textarea?
I've used “.region-sidebar-first:750,800” and left side bar stretch correctly.
All stuck when I try to get it at the same size as middles column.
I've tried “.region-sidebar-first:#content” but id doesn't work.
Could anybody write down example of class syntax?
I'm using a zen 7.x-3.1 subtheme with its original classes. Thx .

Comments

ronline’s picture

I've hacked the jquery.equalheights.js.
Now it return in any case “$('#content').height();”.
Dirty but works...

drurian’s picture

Elements should have the same class.

drurian’s picture

Status: Active » Closed (works as designed)