Quote Originally Posted by rbarbour View Post
Use matchHeight, it was included in v1.55 responsive_classic

copy
Code:
/includes/templates/responsive_classic/jscript/jscript_matchHeight-min.js
to
Code:
/includes/templates/responsive_sheffield_blue/jscript/jscript_matchHeight-min.js
add to:
Code:
/includes/templates/responsive_sheffield_blue/jscript/jscript_responsive_framework.php
Code:
$('.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.