Different width in VM product colums

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jul 18, 2012 11:45 am
Reply with quote
Report this post
Hello,

I think there a problem with the colums widths in VM Category layout, as the last colum is always wider than the first colums, nomatter how many colums you configure VM to show.

You can even see the issue in the demo at http://demo.gavick.com/joomla16/jun2012 ... ory-layout - check last colum, which is wider that the rest of the colums.

The problem is not so visible with 2 or 3 colums, but I need 4 and 5 colums in my shop, and then it really stands out with different images sizes as well, because of the cool responsive functionality in this template!

Is there a fix for this issue?

Cheers :)

EDIT: Forgot to mention, that it seems the problem is persistent in both IE9, FF13 and Chrome 20.x
User avatar
Junior Boarder

GK User
Wed Jul 18, 2012 12:56 pm
Reply with quote
Report this post
I suggest solution like this:

Please add following code at the end of the css/vm.css file:

Code: Select all
/* Fix for the product columns */
.vertical-separator {
    padding: 0 0 20px 0!important;
}
.row .product {
    padding: 0 10px!important;
}
User avatar
Administrator

GK User
Wed Jul 18, 2012 1:18 pm
Reply with quote
Report this post
Perfect solution - thanx for the very fast response!!

Cheers!
User avatar
Junior Boarder


cron