template footer is not at the bottom of the page Babylon Theme

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
allan.gaspar
Posts: 1
Joined: 22 May 2019, 15:39

14 Aug 2019, 16:49

144/5000
When I have a small page, such as a simple description, the page has empty space after the footer, could someone help me?

wulfertb
Posts: 2
Joined: 14 Aug 2019, 16:40

15 Aug 2019, 14:52

Hello allan,
I had the same problem as you, ive used this as the solution: viewtopic.php?f=65&t=55073&p=176257&hil ... er#p176257

- but maybe there is a better way - to handle this.

P.S. The thing you are ookoing for is a sticky footer.

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

02 Sep 2019, 14:31

For sticky footer, please try;

Code: Select all

<style type="text/css">
    .layout-wrapper .layout-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 997;
    }
    .layout-wrapper .layout-main {
        padding-bottom: 90px;
    }
</style>

Post Reply

Return to “Babylon - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests