Is it possible to have the Copyright bar always visible?
Now i have to scroll down all the way to the bottom of the page to see the copyright notice.
Thanks

Cyberek wrote:How should it look like? Sticked to bottom of the browser? Or maybe in the header?
Cyberek wrote:Could you please post an url to your site?
#gkFooter {
position: fixed;
bottom: 0px;
width: 100%;
}
#gkPageContent {
padding-bottom: 100px;
}
Cyberek wrote:Please edit: /templates/gk_steakhouse/css/override.css and add at its end:
- Code: Select all
#gkFooter {
position: fixed;
bottom: 0px;
width: 100%;
}
#gkPageContent {
padding-bottom: 100px;
}
Remember to enable "CSS override" in template settings - advanced section.
#gkFooter {
position: fixed;
bottom: 0px;
width: 100%;
background-color: #faf8ea;
z-index: 100;
}