VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: FUSCHA on December 29, 2016, 19:12:14 PM

Title: Moving Title in Products Page to above Price in VirtueMart
Post by: FUSCHA on December 29, 2016, 19:12:14 PM
Using  VirtueMart 3.0.18

I just want to move the title above the price instead of above the image in the Product details page of VirtueMart. I am new to this version.
Title: Re: Moving Title in Products Page to above Price in VirtueMart
Post by: GJC Web Design on December 29, 2016, 23:08:20 PM
You change your design in the template -- preferably by an over ride

https://docs.virtuemart.net/tutorials/templating-layouts/78-introduction-template-system.html
Title: Re: Moving Title in Products Page to above Price in VirtueMart
Post by: FUSCHA on December 31, 2016, 23:27:43 PM
Thanks - ended up editiing VM-ltr-site line 33:

.productdetails-view .product-description,.product-fields{
  margin: -150px 0 0;
  float: right;

Worked great :)