Fix Footer
For version 8.2.3 demo 13, is it possible to have a fix footer?
Replies (3)
Thanks for sharing nice information with us. i like your post and all you share with us is uptodate and quite informative, i would like to bookmark the page so i can come here again to read you, as you have done a wonderful job.
Raped
Consequently, starting in the amount of electronic marketing strategy, is whenever a company's existing website, which will be to review the present site and its purpose is to improve the potency of the future. There is no evidence that the development an
Prime Biome
Hi,
By default the fixed footer is not supported, but you can enable it by adding below code in the footer scss file:
src/sass/layout/_footer.scss // Desktop mode
@include media-breakpoint-up(lg) {
.footer {
position: fixed;
bottom: 0;
right: 0;
left: get($aside-config, width);
// Aside default enabled, aside fixed, header sticky & aside minimize modes
.aside-enabled.aside-fixed.[data-kt-aside-minimize="on"] & {
left: get($aside-config, minimized-width);
transition: left get($aside-config, transition-speed) ease;
}
}
} Then refer to https://preview.keenthemes.com/html/metronic/docs/getting-started/setup to recompile the assets.
Regards.