Adding a sticky footer

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 Dec 30, 2012 12:30 am
Reply with quote
Report this post
Hi can you please help me to figure out a way to add a sticky super footer in black to the bottom of the Bike Store template? I have been researching and playing with the CSS for about a week with no luck.

Thank you in advance.
User avatar
Junior Boarder

GK User
Sun Dec 30, 2012 9:40 pm
Reply with quote
Report this post
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
.gkFooter { positon: fixed; width: 100%; bottom: 0; background: #000 }

and then just remember to enable "Use override CSS" option in template advanced settings tab.
Of course this demands additional changes but this is the base code for 'sticky' footer area.
User avatar
Platinum Boarder

GK User
Thu Jan 03, 2013 7:52 am
Reply with quote
Report this post
Any way to add a sticky footer to the bottom of the template and have it repeat horizontally? I was thinking of making the white background of the main content transparent because the background is white and then having the super footer repeat horizontally black.

What do ya think?
:geek:
User avatar
Junior Boarder

GK User
Thu Jan 03, 2013 6:26 pm
Reply with quote
Report this post
I don't understand this part
have it repeat horizontally


could you tell me what effect you want to achieve ?
User avatar
Platinum Boarder


cron