Blank space between positions.

GK User
Thu Apr 30, 2015 10:20 pm
Hi,
I'm trying to design first page, so i added three modules on main page to positions "header", "top1" and "top2".
Why do i see these blank spots between modules?
http://dan.myitmaster.com/

Also, after "About Us" module of main page it's a huge gap between the module and the footer.
blank-spot.jpg

there is no space in custome module itself.
Thank you
User avatar
Senior Boarder

GK User
Fri May 01, 2015 7:11 am
Hi, it was in template code, so I suggest to use:

.frontpage #gkTop1, .frontpage #gkTop2 { padding: 0; }
.frontpage #gkPageContent {padding-bottom: 0; }


and problem will gone.
User avatar
Platinum Boarder

GK User
Fri May 01, 2015 1:52 pm
Great! But still have a big gap between a footer and top2
User avatar
Senior Boarder

GK User
Fri May 01, 2015 2:37 pm
Not so big as was before,
but yes... try it should fix a little bit more:

.frontpage #gkMainbody {padding: 5px 0 0;}
#gkTop2 > div > .box { margin-bottom: 5px;}
.gk-sponsors h4 {margin-bottom:20px;}

User avatar
Platinum Boarder

GK User
Fri May 01, 2015 3:23 pm
Perfect, Thanks!
User avatar
Senior Boarder


cron