Footer Stick To Bottom - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Footer Stick To Bottom

O

Oscar

Helix Framework 3 years ago

Joomla 4, PHP 8.0, Helix Ultimate 2.0.11

How can I make the footer sticks to the bottom?

Thanks.

Oscar

0
2 Answers
Pavel
Pavel
Accepted Answer
3 years ago #90472

Hi. Try this code

.body-innerwrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
#sp-main-body {
    margin-bottom: auto;
}
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #90519

Hello Oscar

I have applied Pavel's CSS in Template Options -> Custom Code -> Custom CSS. It is good now. Thanks to Pavel.

Best regards

0