rbarbour:
Use matchHeight, it was included in v1.55 responsive_classic
copy
/includes/templates/responsive_classic/jscript/jscript_matchHeight-min.js
>
> to
> ```
/includes/templates/responsive_sheffield_blue/jscript/jscript_matchHeight-min.js
add to:
/includes/templates/responsive_sheffield_blue/jscript/jscript_responsive_framework.php
>
> ```
$('.centerBoxContentsProducts').matchHeight();
You can duplicate above including the selector for all the different boxes
I don't see /jscript_reposnsive_framework.php in the Resp Sheffield Blue flies - so should that file be copied over from /responsive_classic? I see the latter has the bit of matchHeight code in it.
I do have /jscript_framework.php in the Sheffield folder, the original being replaced by the file from /template_default as per Dr Byte earlier suggestion in this forum.