Greek Yogurt - home page height adjustment

Permalink
Please forgive the seeming stupidity of this question, but could some one please step me through the steps to slightly reduce the gap on my homepage, between the bottom of my page content and the footer - any help appreciated. Thanks.

 
Pluto replied on at Permalink Reply
Pluto
Hello Robmr
Go to yoursite root directory
yoursite/concrete/themes/greek_yogurt
in you main.css file line 23
div#main-content-inner {
    margin: 55px 40px 60px;
}

change the bottom margin so now it will be
div#main-content-inner {
    margin: 55px 40px 10px;
}
Robmr replied on at Permalink Reply
Pluto - Many thanks for your help - I'll have a look at what you suggest and come back if I have any problems - thanks again!