• I’m making a page where one of them is a blog. Although the length of the blog seems to decide where the footer goes on the other pages. Is there a way to move the footer higher up on the other pages??

    All advice are appreciated as I’m fairly new at this…

    (my site: https://www.hdolsen.com) – far from finished

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter hdolsen

    (@hdolsen)

    I’m sorry, I’ll try to explain a bit better.
    Okey, so I’ve got several pages. Right now it’s Home, About, Blog and Contact.
    I’d like the sites Home and About to have the footer higher up. Right now there’s just too muich spacing between the white content box and the footer.

    I believe the footer is that far down on those pages because of my blog site’s sidebar…

    Any ideas?

    But I am not able to see any sidebar in your site. Anyway, I think the site design will look better when you add more contents in the homepage. I can help only this much. Thank you. Hope my reply has helped you.

    In your style.css at line 145, you have this:

    #content {
    min-height:550px;
    padding:0;
    }

    The min-height is pushing the footer down. Adjust it as desired.

    Thread Starter hdolsen

    (@hdolsen)

    Thanks!

    You are welcome! Now, please use the dropdown at top right to mark this topic ‘Resolved’.

    For future reference, I used the Foxfire browser with the Firebug plugin to find the problem.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Footer placed differerntly on the pages’ is closed to new replies.