In Confluence 3.5.3 Documentation Theme the footer of content pages is stuck at the bottom of the window (doesn't scroll).
Screen real estate is valuable, so I'd like to unstick it so it's at the bottom of the page but not bottom of the window.
I've inspected with Firebug and I think the stickiness comes from .../download/resources/com.atlassian.confluence.plugins.doctheme:documentation/default-theme.css (line 257):
#footer {bottom: 0; position: absolute;
But the same CSS applies to other pages (eg Administration, People Directory...) where the footer is not stuck.
#footer{position:relative}
It has no effect, probably because the custom global stylesheet will not be applied to spaces that define their own custom stylesheet or are using a theme.
<style type="text/css">#footer{position:relative}</style>
Looking with Firebug, I see it is applied and overrides absolute. But the footer is still stuck :-(
I'm confused, can anyone help?
Cross-references:
I think your question may be a duplicate of mine here https://answers.atlassian.com/questions/78485/how-to-change-floating-footer-to-a-static-footer , but I haven't solved the issue yet either.
There was a problem where this would happen. I will see if I can find the actual report of it. I do know that it was solved with the upgrade (and that was the main reason why we actually did the upgrade).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually thinking about it, the issue that we were seeing may have only occured when editing a page, so it may not be the same after all.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.