• Resolved Mattes1007

    (@mattes1007)


    Hey,

    I use the Minamaze Theme and I want to stretch the body to the bottom.
    With height=100% under body it doesn’t work. Can you helf me?

    Regards
    Mattes1007

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hey there,

    What do you mean stretch it to the bottom?

    I took a look at the demo site because you provided no link to your own site to see what’s happening. On the demo site it goes to the bottom of the browser.

    I’d guess you need more content to push the footer down.

    If you have a link then I should be able to see what’s happening for you.

    Take care.

    Thread Starter Mattes1007

    (@mattes1007)

    Hey,

    My website is http://www.jgv-kriegsdorf.de and I want that the white part stretch to the bottom.

    Hey again,

    You could probably use this CSS to make the body stretch:

    body, html{ height: 100%;
    }

    Let me know if that works for you.

    Take care.

    Thread Starter Mattes1007

    (@mattes1007)

    Hey,

    It doesn’t work for me. There happens nothing.

    Regards

    Try this:

    html, body {
    height: 100%;
    }
    #body-core {
    height: 100%;
    }

    Hopefully that should sort it for you 🙂

    Let me know.

    Thread Starter Mattes1007

    (@mattes1007)

    Thanks a lot! It works great.

    Excellent, thanks for letting me know! 🙂

    Thread Starter Mattes1007

    (@mattes1007)

    Oh, it works on the first page. But on the pages which are longer than the 100%, the page is cutted.

    Thread Starter Mattes1007

    (@mattes1007)

    I have the answer. Thank.

    I’ve to add

    overflow: auto;

    Sure, or something like this (maybe with an auto added in):

    #body-core {
    min-height: 100%;
    }

    Glad you have it resolve 🙂

    Take care.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘css stretch body to bottom’ is closed to new replies.