Hello
I have a jQuery function to create equal height columns. It looks for the parent with a class of .equal-height-genesis-cols and then sets its child columns as equal height if they have the class .widget-area
I chose a three column layout and gave it a class of equal-height-genesis-cols in the advanced section.
Then I gave the three columns inside it a class of widget-area and each a different background color.
Then I dragged in a text module into each and added text.
When that didn’t work I also tried adding the widget-area class to each text module.
Still no luck.
Can you see any way of making this work?
Many thanks.
Thanks for getting in touch! This is caused by the wrappers we have in place for our rows, columns and modules. Change the following on your jQuery code: .equal-height-genesis-cols to .equal-height-genesis-cols .fl-col-group and .widget-area to .widget-area .fl-col-content. Give that a shot and tell me how it goes!
Take note I changed trestleEqualColsBreakpoint since I wasn’t using your theme. Try that code above first and see if it works. Then change the last bit to the breakpoint variable of your theme and see if it works as well.