remove bottom / footer spacing

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Jun 09, 2013 12:44 pm
Reply with quote
Report this post
Hello there,

how can i remove the footer / bottom white spacing of gk game template?
User avatar
Senior Boarder

GK User
Sun Jun 09, 2013 12:58 pm
Reply with quote
Report this post
Hi,
reduce margin, using this.

Code: Select all
.gkFooter {
    margin: 0 auto;
}


and disable Gavern Logo showing
User avatar
Platinum Boarder

GK User
Sun Jun 09, 2013 5:51 pm
Reply with quote
Report this post
thanks pawel. It work perfectly
User avatar
Senior Boarder


cron