In answer to my own question: I'm putting this up so that others may not have to waste a few hours of their life chasing this down.
Issue: virtuemart checkout cutting off half of 'remember me' checkbox in the login form Fix: edit the file: components/com_virtuemart/themes/YOUR THEME/templates/checkout/login_registration.tpl.php line 54 is: /*fixedHeight:125,*/ change to: fixedHeight:145, When you change the line, you also remove the comment syntax so that the line is not ignored. If anyone knows of a better fix, I'm all ears! cheers, Mark _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php

