The OK sign when an order is completed is wrongly sized.
In the next code you can change this:
Line 30 : echo vmCommonHTML::imageTag( VM_THEMEURL .’images/button_ok.png’, ‘Success’, ‘center’, ‘48‘, ‘48‘ ); ?>
Line 66 : <img src=”<?php echo VM_THEMEURL ?>images/button_ok.png” height=”48” width=”48” align=”center” alt=”Success” border=”0″ />
There are 2 options:
Change the bold figures into 32
or
Change the image button_ok.png in map componentscom_virtuemartthemesja-mesoliteimagesbutton_ok.png.
Change it to 48×48 pixels
Hope this helps.