How to control the distance from main menu -> postion

GK User
Sat May 24, 2014 9:20 pm
I would like to shrink the space between the main menu and the next module position.

How do I do this?
User avatar
Gold Boarder

GK User
Sat May 24, 2014 10:40 pm
Hi,
you asking about space between modules or articles like you show in screenshot, because now I 'm confused.
Ok, I will try, use this:
Code: Select all
#gkHeader { margin: 0; }


This will reduce spacing (24px less).
User avatar
Platinum Boarder

GK User
Sat May 24, 2014 10:45 pm
If you need much more use also this:
Code: Select all
div#gkPageContent {
    margin-top: -10px;
}


Where? Check my footer link.
User avatar
Platinum Boarder

GK User
Sun May 25, 2014 3:53 pm
The last code worked fine :)

Thanks
User avatar
Gold Boarder


cron