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
use firebug!
#sidebarright .product-price {
float: none;
line-height: 18px;
margin: 0 0 6px;
text-align: center;
}
Thanks a lot :)
Ari