Get 2024 Templates Mega Bundle!19 Bootstrap HTML, Vue & React Templates + 3 Vector Sets
Get for 99$

Fixed footer


Hi, how can I implement the fixed footer? I added the "page-footer-fixed" class to the body tag, but footer still moves following the page.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (7)


Hi,

May I know which product, demo, framework(HTML, React, Vue, Angular) and version are you referring to?

Regards.



Hi,

HTML, Demo 1, v8.0.36.

Thanks



Hi,

Metronic 8 Demo 1 does not support fixed footer. You can quickly implement by using below code in "src/layout/_footer.scss":


.footer {
background-color: #ffffff;
position: fixed;
height: 60px;
left: width: get($aside-config, width);
z-index: 95;
right: 0;
bottom: 0;
}

.wrapper {
padding-bottom: 60px;
}


For more info about using Metronic please check the Theme Documentation
and Video Tutorials

Regards.


Your Support Matters!

We will highly appreciate your Metronic Review on Themeforest.
Please go to Themeforest Downloads page, select Metronic & leave your feedback.

Thank you very much. Let me ask you if there is any specific reason related to UI/UX for the lack of support for fixed footer in Metronic 8 Demo 1. Best regards



Hi,

In terms of the UI/UX requirements, it's not a common option. However, we will consider it in a future update.

Regards.



Hi Andrea, I am having the same issue. Can you please advise if you were able to resolve the Fixed Position for your project? I am using laravel with livewire. All UI elements must be enclosed in a div for livewire to work properly and this pushes the default foot up the page.



Obviously, I am talking about Metronic


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(