empty space between modules

GK User
Fri Jan 13, 2012 11:48 am
since the days I try to eliminate the spaces between modules.
and there is no solution in the forum ...

Please help
User avatar
Fresh Boarder

Konrad M
Fri Jan 13, 2012 1:37 pm
Hi
Can you send me url to your site ?
User avatar

GK User
Fri Jan 13, 2012 2:01 pm
when I'm done then ... yes :)
but I'm working offline until I'm satisfied with my work

currently my template looks like this
http://demo.gavick.com/joomla16/feb2011/

But this empty space ... grrr! I'm going crazy.
User avatar
Fresh Boarder

Konrad M
Fri Jan 13, 2012 5:58 pm
Try add to override.css
Code: Select all
#gkMain #gkContent, #gkRight, #gkLeft {
    padding-bottom: 0 !important;
}
#gkContentMainbody {
    margin-right: 0;
}
}
.gkColFull > .box, .gkColLeft > .box, .gkColCenter > .box, .gkColRight > .box {
    margin-left:0;
    margin-right: 0;
}
#gkUser1 > div > .box, #gkUser2 > div > .box {
margin-bottom: 0!important;
}

and remember to enableo override.css option in template settings
User avatar

GK User
Sat Jan 14, 2012 11:56 am
nothing has happened ... :cry:
User avatar
Fresh Boarder

Konrad M
Sat Jan 14, 2012 12:27 pm
Send me PM with access to your joomla admin panel.
User avatar

GK User
Sat Jan 14, 2012 1:24 pm
Like i said, i make it offline ;)

I've also changed layout.css everything it could be.
nothing has happened ... space was not gone

I think this space is created somewhere else ... but where

@Konrad
when I'm done and it's online. You can look at it, whence comes this space.

and if you have an idea tell me
User avatar
Fresh Boarder

GK User
Sun Jan 15, 2012 10:56 pm
I have the solution
I changed this
Code: Select all
/* USER/TOP/BOTTOM columns */
.gkColRight > .box { margin-left: 11px; margin-right: 11px; }


to this
Code: Select all
/* USER/TOP/BOTTOM columns */
.gkColRight > .box { margin-left: 0px; margin-right: 0px; }
User avatar
Fresh Boarder

Konrad M
Mon Jan 16, 2012 9:28 am
Nice to hear you found it :)
User avatar


cron