News:

Looking for documentation? Take a look on our wiki

Main Menu

Make pictures centre aligned

Started by bluMarmalade, August 24, 2016, 15:46:40 PM

Previous topic - Next topic

bluMarmalade

VM 3,0,16/joomla 3.6.2

After I installed a new template, my pictures on my products are aligned to the left. I want them to be in the centre.
This is probably easy for any css familiar person, but I just don't remeber how to do it.
this is the site: www.seriemesteren.no

GJC Web Design

.browseProductImage {
  margin: auto;
  max-width: 100%;
  width: auto;
}
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

bluMarmalade

#2
Thanks. I got it working. I inserted it in the template custom code box for css.