Grid GK5: space between the blocks

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 May 05, 2014 7:43 am
Reply with quote
Report this post
Hello,
I have a problem with Grid GK5 that no longer works properly (before everything was good). I have a space between the blocks or no blocks (depending on a browser): www.sv-magazine.com/fr/
Thanks,
Valentina
User avatar
Fresh Boarder

teitbite
Mon May 05, 2014 8:09 am
Reply with quote
Report this post
Hi

Please try add this to css:

Code: Select all
#gk-grid-680 .gkGridGK5Wrap {
min-height: 400px;
}


which browser You see gaps in ? I only see not boxes at all when I try any browser.
User avatar
Moderator

GK User
Mon May 05, 2014 9:01 am
Reply with quote
Report this post
Thanks, "Sommaire"works (except Explorer: with big horizontal space) but "AVRIL 2014": I did not item blocks.

Valentina
User avatar
Fresh Boarder

teitbite
Wed May 07, 2014 10:22 am
Reply with quote
Report this post
Hi

Try maybe change the code I gave You to:

Code: Select all
#gk-grid-680 .gkGridGK5Wrap {
height: 400px;
}


I forgot IE is not supporting min-height code.
User avatar
Moderator

GK User
Thu May 15, 2014 9:32 am
Reply with quote
Report this post
Hi,

I tried your code. This does not work for blocks at the bottom of the site. Finally, I reinstalled the GK5 module (old version) and it works.
Thanks,
Valentina
User avatar
Fresh Boarder

teitbite
Sat May 17, 2014 12:25 pm
Reply with quote
Report this post
Hi

My code was specificaly for the module with ID 680 (#gk-grid-680). I haven't noticed that You have more modules of this type, sorry ;/ Anyway great to hear that You've made it working.
User avatar
Moderator


cron