News:

Support the VirtueMart project and become a member

Main Menu

Empty Spaces between products (in the grid)

Started by nicodya, October 30, 2018, 09:52:53 AM

Previous topic - Next topic

nicodya

Hi, I see empty spaces in the grid between products... Why?

this is the page where you can see: https://www.matelelettronica.it/catalogo/categorie/82-sicurezza/83-videosorveglianza.html

Thanks

GJC Web Design

?? question unclear .. an image is worth a 1000 words

the page u link looks fine to me
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

jenkinhill

If you are talking about the padding between the product "boxes" it is set here in your css:
Horizontal spacing:
https://www.matelelettronica.it/templates/jf_krom/css/vm-ltr-common.css?vmver=8db1d046 line 201

.vm-col {
   padding-left: 15px;
   padding-right: 15px;
   width: 60%;
}

and vertical space:
https://www.matelelettronica.it/templates/jf_krom/css/vm-ltr-site.css?vmver=8db1d046  line 1295

div[class*="vm-col-"] {
   margin-bottom: 30px;
}

Override these to change spacing, but it looks just fine as it is.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

nicodya


GJC Web Design

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

nicodya


jenkinhill

Not missing in Firefox, either. Clear your browser cache?
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

nicodya

I did, but nothing....... very strange......