Copyright position

Create fresh and professional look of personal or blog websites with AppsPro Tech
GK User
Tue Apr 02, 2013 8:28 pm
Hello,

Thank you have a look on this page : http://isabelle-rollet.fr/

I just want to reduce the white empty zone between the footer and the copyright line : How to proceed ?

Regards
User avatar
Expert Boarder

GK User
Tue Apr 02, 2013 8:59 pm
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
body > footer { margin-top: 15px !important}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Tue Apr 02, 2013 9:03 pm
Hi, no problem, you have to overwrite margin value

DEFAULT
default.png


I SUGGEST
Code: Select all
body > footer { margin-top: 0px !important; padding: 40px 0 20px;min-height:60px;}


HERE (click on image)
custom-2-code.png


RESULT
end.png
User avatar
Platinum Boarder

GK User
Wed Apr 03, 2013 6:44 am
Thank you so much
User avatar
Expert Boarder


cron