Reducing height of User/Bottom module space

GK User
Sun Feb 27, 2011 5:21 pm
Hey Guys,
I am thinking of having no modules in the User 1-12 and bottom1-12 positions, but still having a footer and footer nav.
How can I reduce the height (80px?) of the blank grey area between the footer and the main body in the css?
Simon
User avatar
Junior Boarder

Konrad M
Mon Feb 28, 2011 7:12 am
Hi,
Can you give us url to yuor site or screenshot because I'm not sure where you want reduce this gap :)
User avatar

GK User
Wed Mar 02, 2011 4:08 am
Looking to reduce the red arrow height - the 'bottom' module positions.

test_2011-03-02.jpg
User avatar
Junior Boarder

teitbite
Wed Mar 02, 2011 4:33 am
Hi

It's hard without seeing Your site, but please try to add this code to override.css (please remember to allow using of this file in template parameters).

Code: Select all
#bottom-wrap > div {
padding-top: 0px;
}
User avatar
Moderator

GK User
Wed Mar 02, 2011 6:28 am
That reduced the gap by about a third... Can you go further?
User avatar
Junior Boarder

Konrad M
Wed Mar 02, 2011 6:30 am
Hi
It's hard to guess without link to your site :)
User avatar

teitbite
Wed Mar 02, 2011 6:38 am
Hi

Add this code also:

Code: Select all
#gk-footer {
margin: 0 auto;
}
User avatar
Moderator


cron