News:

Support the VirtueMart project and become a member

Main Menu

Featured product module aling

Started by grimmari, May 08, 2016, 11:06:15 AM

Previous topic - Next topic

grimmari

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

GJC Web Design

use firebug!

#sidebarright .product-price {
  float: none;
  line-height: 18px;
  margin: 0 0 6px;
  text-align: center;
}
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

grimmari