White space between pictures of grid

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Thu Oct 17, 2013 9:02 pm
Hi there got this problem with white spaces between the pictures on the grid. How can i remove this, its killing me :geek:

I have attached a screenshot of the grid and the white space.

The site is installed here : http://37.46.136.221/~yahia2/
User avatar
Fresh Boarder

GK User
Fri Oct 18, 2013 6:14 am
Hi,

In the Grid widget please set the border option to 0, additionally if you want to remove the white space under the grid, please add the following CSS code to the template.css file:

Code: Select all
.home #gk-mainbody-columns {
    padding: 0!important;
}
User avatar
Administrator

GK User
Mon Oct 28, 2013 1:23 pm
Hi,

Thank you for replying. I've tried your solution but it still doesn't work.
I have been looking for a solution but i haven't been able to find one.
It seems to me the padding is ok, while using firebug i see that I can enlarge the image so that the whitespace disappears but seeing as this css is generated dynamically i have no option to do that.
The whitespace only appaers next to two images on the site: http://www.yahia-entertainment.nl/video/

Do you have any suggestions for me to handle this problem?

Thank you very much
User avatar
Fresh Boarder

GK User
Tue Oct 29, 2013 12:55 pm
The mentioned problem is a browser rendering bug, unfortunately in this case, the only solution is changing the background color to darker value i.e. #777 for the .gk-grid-wrap element (you will have to also change the loader).
User avatar
Administrator


cron