Side column + footer CSS
Hi. I'm trying to make the side column relative while keeping the footer/copyright at the bottom of each page.
So far, I have put this code:
#sideColumn { position: absolute;
}
#footer { position: absolute;
bottom: 0;
}
With this, only the side column (menu bar) is fixed, but the footer (copyright) doesn't stay at the bottom of the each page - it continues to adjust to the height of each page and even overlaps some of the text in the menu!
Is the code wrongly written?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Uldis on Feb 25, 2013 @ 10:19 AM
Hello,
what's the address of your website? It depends on template you are using.
It's better not to modify position of #footer
Uldis closed this discussion on Feb 25, 2013 @ 10:19 AM.
Clap Clap re-opened this discussion on Feb 25, 2013 @ 03:24 PM
2 Posted by Clap Clap on Feb 25, 2013 @ 03:24 PM
I'm using the white template.
Before, the template was automatically set to "absolute" I think and the footer automatically went at bottom, but now it changed to "fixed", I don't know why. It jumps all over the place depending on image size.
I had to add the CSS code to stop the menu from being fixed, otherwise on 13" I couldn't see the rest of the list and the footer would overlap the text also.
You cannot specify the positioning of the footer at all?
Support Staff 3 Posted by Uldis on Feb 26, 2013 @ 07:44 AM
Can you show me the address of your website? Really don't understand your problem. It's possible that your Berta installation is outdated. You can download the latest version from here: http://www.berta.me/download/
Uldis closed this discussion on Feb 26, 2013 @ 07:44 AM.