increase space between menu/mainbody..

GK User
Tue Sep 18, 2012 2:14 pm
how can i increase the spaces above between menu+ content and below between content+user pos. thx 4 help
User avatar
Expert Boarder

GK User
Tue Sep 18, 2012 2:29 pm
Hi

Please enable the use of css override on template parameters and from the template directory open ../css/override.css

Try adding something like this:

Code: Select all
#gkPageTop {margin-bottom: 150px}


Adjust margin value as you wish.

Cheers
User avatar
Platinum Boarder

GK User
Tue Sep 18, 2012 2:45 pm
sorry i mistyped i mean reduce the space between menu & content and conten & footer mod.
thx
User avatar
Expert Boarder

GK User
Tue Sep 18, 2012 2:53 pm
ok no harm done ;)

Try using something like this instead:

Code: Select all
#mainContent > div {
   margin-top: 10px!important;
        margin-bottom: -10px!important;
}


If you want better result, i must see your website.

Cheers
User avatar
Platinum Boarder

GK User
Tue Sep 18, 2012 3:02 pm
works perfectly, thx a lot.
User avatar
Expert Boarder


cron