VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Roccofx1 on February 28, 2016, 23:02:52 PM

Title: VM3 - How overley price button and price under product picture?
Post by: Roccofx1 on February 28, 2016, 23:02:52 PM
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
Title: Re: VM3 - How overley price button and price under product picture?
Post by: jenkinhill on February 28, 2016, 23:51:42 PM
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