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?
template footer is not at the bottom of the page Babylon Theme
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.
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.
-
- Posts: 4637
- Joined: 29 Jun 2013, 12:38
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>
Github Profile: https://github.com/mertsincan
-
- Information
-
Who is online
Users browsing this forum: No registered users and 1 guest