I believe it’s a theme issue. I was having the same problem with the Tesseract theme. I saw your other post. This is what fixed it for me.
Search for .site-footer in appearance > editor > style.css and add the boldface line.
.site-footer {
background-color: #fff;
color: #afafaf;
font-size: 14px;
text-align: center;
vertical-align: middle;
clear: both; <------ Add This Line
}