Another important question:
How do I change the Church theme to make the footer portion to “stick” to the bottom of the page.
The result would be that when scrolling you would only scroll the content area (.site-inner) and the top portion (.site-header and .nav-primary) and bottom portions (.site-footer) would stay static and always be visible.
Any help GREATLY appreciated!!!
I have tried the following option:
.site-footer {
position:absolute;
width:100%;
bottom:0px;}
but that doesn’t solve it. It just brings the footer to top hiding site content and still scrolls the whole page.
Thank thank
Roanna