Hello,
I tried to find a reasonable answer to this myself, but just went in circles.
I created a custom footer for interior pages in 1 bar that has a 6em height.
I need it to stay at the bottom of the viewport if the content is sparse, but not stay fixed if the content is actually greater than the viewport area…
I have it set to this:
.interior-footer-1 {
position: fixed;
bottom: 0;
width: 100%;
z-index: 999;
}
But, obviously that keeps it fixed in the viewport only. That looks bad when there is more content on a page.
I don’t know the CSS to make it go to the bottom of the content if there is enough content so it would be pushed down.
Can you please help?
I am loving Pro Theme, but I don’t know why this isn’t a built-in footer option. (And no, I don’t want to use the bottom part of the header format… for reasons too numerous to detail.)
I appreciate any assistance so I can push this site live.
Thanks!
Michael