Hi, I have Joomla 3.4.8 and VM 3.0.12
How to overley in product page the product picture over the price and button?
Right now the product page displays the product picture next to price and add to cart, but i want price and add to cart to appear in the bottom under the picture.
Thanks
Use cass & template overrides.
Assuming you use default VM templates then
.vm-product-container .vm-product-media-container {
width: 100%;
}
will display the image holder full width. You should be able to work out the rest from there.
See http://forum.virtuemart.net/index.php?topic=116620.0
http://docs.virtuemart.net/tutorials/templating-layouts.html