For version 8.2.3 demo 13, is it possible to have a fix footer?
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
As a premier business magazine, California Business Journal showcases success stories and industry trends to help businesses thrive.
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 and implementation of a method to be significantly different way of electronic marketing. Strategic planning for enterprise development or strategic marketing to comply with the established framework should still be
wps䏿
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
red hair styles
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;
}
}
}