Full Height - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Full Height

O

Oliver

Template 7 months ago

Hi,

very simple question ( I guess). How can I force the footer to the very bottom of the page? https://prnt.sc/EXIkzV9jN6OY

Thank you

0
6 Answers
Pavel
Pavel
Accepted Answer
7 months ago #188922

Hi. It works on mobile exactly the same as it does on desktop, without any problems. I think the issue in your screenshot is related to something else.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 7 months ago #188794

Hi

Thanks for contacting us. Could you please give me your site URL? So that I can check.

-Regards.

0
Pavel
Pavel
Accepted Answer
7 months ago #188815

Hi Oliver.

Here is

.body-innerwrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
#sp-main-body + * {
    margin-top: auto;
}
0
O
Oliver
Accepted Answer
7 months ago #188830

Thank you very much! Works perfect on PC. On mobile, it has a funny effect though... https://prnt.sc/4bm4gBdQ3kz4

0
O
Oliver
Accepted Answer
7 months ago #188934

Yes, you are right. Thank you.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 7 months ago #189071

Glad to know that its fixed and thanks Pavel for helping him.

0