Hi everyone!

I've installed Ad Novus theme and customized it a bit, but I can't get footer to be at the bottom of the page. I've set height, width and background for it, but there's always a new line after. I can't figure out where it comes from...

I've tried "position: absolute; bottom: 0" in css in the footer section, but it cuts my content if there's more text than fits the page. I've come across several solutions in the internet, but none seems to be working in my case. I guess some other settings are messing it up.

Here's what my footer section looks like;

#footer {
text-align: right;
font-size: 0.9em;
width: 100%;
background: #3674a5;
}

Well, I have everything as it was by default in this theme... mostly...

How can I get footer to be at the absolute bottom of the page?

Thanks,
Alex

Comments

alex_reality’s picture

I still need help. Can anyone hint me?