Hi,
Currently, if the page content height is smaller than the browser height, the footer will not be sticky to the bottom.
I need an option to make the footer sticky at the bottom of the browser.
Thanks
Footer sticky at the bottom
Hi,
You can add the below code in your stylesheet or _layout_styles file in overrides folder (src/assets/sass/overrides);
You can add the below code in your stylesheet or _layout_styles file in overrides folder (src/assets/sass/overrides);
Code: Select all
.layout-footer {
position: fixed;
bottom: 0;
width: 100%;
z-index: 1;
}
-
- Information
-
Who is online
Users browsing this forum: No registered users and 2 guests