Easy Responsive Footer

Hey, welcome. You can try this CSS in your theme or a new component:

.login-page {
    .sidebar-wrapper {
        display: none;
    }
    
    #main-outlet {
        min-height: auto;
    }
    
    .custom-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}

You might need adjustments, but that would be a start.

You can use this CSS, for example:

.custom-footer {
  background-color: #006699;
}
「いいね!」 3