How to get the footer fixed?

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
gh_geek
Posts: 3
Joined: 09 Aug 2017, 16:08

29 Aug 2017, 02:14

How do I get the footer to stay fixed on the bottom to prevent this?Image

gh_geek
Posts: 3
Joined: 09 Aug 2017, 16:08

31 Aug 2017, 14:48

Anyone?

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

08 Sep 2017, 16:07

Could done with CSS override below;

Code: Select all

.layout-footer {
    position: fixed;
    bottom: 0;
    left: 235px;
    width: calc(100% - 235px);
    margin-left: 0;
    z-index: 100;
    background-color: #ffffff;
}
Instead of adding this to _main.scss, I suggest adding this to a file like overrides.scss file and make sure it is included after layout.css so when you upgrade to a newer version it is not overriden.

Post Reply

Return to “Avalon - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests