Salute,
I was asked to look over a website (https://www.doctores-kaul.de/erwachsene/wissen/) that is using your plugin (using the .responsiveEqualHeightGrid(); command) but it is not working as expected. It is wanted to equal the sizes of their 'Themen' Boxes (Class: .same-height-element). Strangely enough the last '.same-height-element' is left over and set to some different height.
However when I use
$('.same-height-element').equalHeight();
it looks pretty good. But (I guess) this is not wanted.
Can you give me some insight whats possibly going wrong?
Salute,
I was asked to look over a website (https://www.doctores-kaul.de/erwachsene/wissen/) that is using your plugin (using the
.responsiveEqualHeightGrid();command) but it is not working as expected. It is wanted to equal the sizes of their 'Themen' Boxes (Class: .same-height-element). Strangely enough the last '.same-height-element' is left over and set to some different height.However when I use
it looks pretty good. But (I guess) this is not wanted.
Can you give me some insight whats possibly going wrong?