first should get rid of the padding at the botom of the content
and
the second the margin and padding at the top of the information in the footer
.site-content {
padding-top: 50px;
padding-top: 3.125rem;
padding-bottom: 0px;
position: relative;
}
.site-info-wrapper {
margin-top: 0px;
text-align: center;
padding-top: 0px;
padding-bottom: 8px;
font-size: 15px;
font-size: 0.9375rem;
letter-spacing: .15em;
color: #6d686c;
}
]]>
It fits perfectly! Problem SO solved!
]]>.site-footer {
padding-bottom: 5px;
padding-top: 20px;
}
.site-info {
padding-bottom: 0px;
padding-top: 0px;
}
.footer-widgets {
padding-top: 0px;
padding-bottom: 0px;
}
]]>