I want to move down the checkout icon. And i want to small down the shipment message letters.
VM 2.0.26a
Regards
[attachment cleanup by admin]
1. Edit /components/com_virtuemart/views/cart/tmpl/default.php to place the checkout button where you want it and use the edited file as a template override.
See http://docs.virtuemart.net/tutorials/33-templating-layouts.html and http://www.ostraining.com/blog/joomla/overrides
2. Looks like the messages are using some css from your Joomla template. Use Firebug to examint this & add the revised style at the end of your Joomla template css or make your own custom.css file, depending on the template. http://forum.virtuemart.net/index.php?topic=116620.0
Works! Thanks you!!