VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: grimmari on May 08, 2016, 11:06:15 AM

Title: Featured product module aling
Post by: grimmari on May 08, 2016, 11:06:15 AM
I use VM product module in my page like this http://ep-huolto.fi/index.php/tuotteet/huollot/perushuollot/perushuolto-1-vaihteinen-1214-1215-detail
(one colum, several row)
How I can align price to center???

regards, Ari
Title: Re: Featured product module aling
Post by: GJC Web Design on May 08, 2016, 11:50:33 AM
use firebug!

#sidebarright .product-price {
  float: none;
  line-height: 18px;
  margin: 0 0 6px;
  text-align: center;
}
Title: Re: Featured product module aling
Post by: grimmari on May 08, 2016, 14:35:22 PM
Thanks a lot  :)

Ari