GeneratePress – sticky Footer

Nur die Copyright-Zeile:

.site-info { position: fixed; bottom: 0; width: 100%; }

 

Gesamter Footer:

 

@media (min-width: 768px) {
.site-footer {
position: fixed;
right: 0;
bottom: 0;
left: 0;
}
#page {
margin-bottom: 150px;
}
}