
thanks,
a.
Code: Select all
.layout-footer{
position: fixed;
bottom: 0;
width: 100%;
//maybe, z-index or other position elements
//other codes
}
Code: Select all
.layout-footer{
position: sticky;
bottom: 0;
//other codes
}
Users browsing this forum: No registered users and 1 guest