Reply To: Sticky Footer

#10045941
Support
Keymaster

Hello, we don’t have an exmple of that but you can add a custom css:

@media (min-width: 992px) {
    #footer {
        position: fixed !important;
        bottom: 0;
        width: 100%;
	z-index: 999999;
    }
}