[Support request] White strip at page end

Home Forums Support [Support request] White strip at page end

Home Forums Support White strip at page end

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2205286
    hitesh

    Hey people,

    sorry to trouble you.

    This is one of a kind issue I was facing with my previous free theme (ocean wp) as well.

    There is a strip of white space left between the footer and the end of the screen.

    https://drive.google.com/file/d/1f0JLz2V7yIVBJo05aOa__niq9BCN1aqE/view?usp=sharing

    I’m facing the same issue with some other pages too.

    Any guesses, how can I get rid of this?
    Thanks

    #2205402
    David
    Staff
    Customer Support

    Hi there,

    is this on pages with short content?
    Can you share a link to one?

    #2206345
    hitesh

    yes David. you’re correct. those pages have little content.

    but that’s been always the case and the page loaded normally.

    it’s just sometimes it leaves that white space I don’t know how to remove.

    #2206407
    David
    Staff
    Customer Support

    The browser can only display what you give it – so if the page is short in content you will see empty space that the browser cannot fill.

    If you want to force the footer down then you can add this CSS:

    .page .site {
        min-height: calc(100vh - 154px)
    }

    It just means the space will be above the footer not below 🙂

    #2207093
    hitesh

    hey David. that did it. many thanks.

    #2207372
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.