• As you can see my current footer on pages with short content is not at the bottom of my page and does not look clean. How do I do this using CSS? Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    I just visited on your site but didn’t see the issue. Have you found a solution or still looking for help?

    Thread Starter glawholesale

    (@glawholesale)

    Im still looking for help on this. https://prnt.sc/njidq5

    Heres a screen grab. As you can see that the footer has space underneath it.

    Try to add some content and space in the page to fix it. I checked your site and it is already at the bottom and there is no space. What screen size you are using to view the site?

    Thread Starter glawholesale

    (@glawholesale)

    I’m using a 22 inch monitor. It looks normal on my 13 inch mac book but when i view it on the monitor it looks like the screen shot i posted earlier in the thread.

    Try to add the below code to the customize > custom CSS section to fix it –

    div#outer-wrap, div#wrap {
        height: 100%;
    }
    footer#footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    Thread Starter glawholesale

    (@glawholesale)

    Sorry for the late reply. Thank you very much for your help. I see you help on a lot of other threads and your support in the community is noticed and appreciated Amit!

    You’re most welcome!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to push footer to bottom of page without covering content’ is closed to new replies.