GK Grid - Uneven spacing and padding between panels

Professional Joomla social template with metro design and JomSocial extension support.
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
Mon Jan 04, 2016 6:43 pm
Reply with quote
Report this post
Hi,

I am working on the GK Grid part of my website and have run into a spacing problem. Basically, there is some uneven spacing and padding between some of the images in the grid, for example some images have wider padding than others or are overlapping with other grid panels. There is no white space at the edges of the images to my knowledge.

Here is a link to the site: http://ark.globalizeme-dublin.co.uk/. As you can see, the top-right image has a thinner padding than the rest, while the middle-left image stretches downwards beyond the edge of its grid space. Any help on how to fix this would be appreciated!

Thanks.
User avatar
Fresh Boarder

teitbite
Wed Jan 06, 2016 8:07 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.gkGridGK5Wrap > .gkGridElement.active {
    padding: 1px;
    transform: scale(1) !important;
}
User avatar
Moderator


cron