hi, i have a problem with the template layout, there is to much space between modules, specially in homepage it become so obviouse, how can i reduce this pace?
in the picture u can see, between mainbody_top and maybody there is to much space.
I did a try, by css override i changhed this value:
#gkMainbody .box {
padding: 80px;
}
in
#gkMainbody .box {
padding: 10px;
}
It works, the space between modules is ok now but the body goes in left
How can i reduce this space?
tnx