Tagged: footer
Hi,
is there a way to fix a footer so it doesn’t move but yet the page scrolls behind it?
also is there a way to put a graphic in the footer..
example of both:
http://shadowwalkerentertainment.com
thank you!
Julie
Hey grwebs!
The CSS would look something like this.
#footer {
bottom: 0;
left: 0;
position: fixed;
width: 100%;
}
As for the background you can set that up in Dashboard > Enfold > General Styling > Footer.
Best regards,
Elliott