VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: nicodya on October 30, 2018, 09:52:53 AM

Title: Empty Spaces between products (in the grid)
Post by: nicodya on October 30, 2018, 09:52:53 AM
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
Title: Re: Empty Spaces between products (in the grid)
Post by: GJC Web Design on October 30, 2018, 11:30:14 AM
?? question unclear .. an image is worth a 1000 words

the page u link looks fine to me
Title: Re: Empty Spaces between products (in the grid)
Post by: jenkinhill on October 30, 2018, 11:58:56 AM
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.
Title: Re: Empty Spaces between products (in the grid)
Post by: nicodya on October 30, 2018, 12:04:53 PM
here the image for my problem
Title: Re: Empty Spaces between products (in the grid)
Post by: GJC Web Design on October 30, 2018, 12:19:25 PM
no missing tiles in Chrome
Title: Re: Empty Spaces between products (in the grid)
Post by: nicodya on October 30, 2018, 12:25:05 PM
I have chrome too, strange  ???
Title: Re: Empty Spaces between products (in the grid)
Post by: jenkinhill on October 30, 2018, 13:06:43 PM
Not missing in Firefox, either. Clear your browser cache?
Title: Re: Empty Spaces between products (in the grid)
Post by: nicodya on October 30, 2018, 13:16:32 PM
I did, but nothing....... very strange......