today i removed the border in my other (wp) blog that uses the Wordpress Twenty Sixteen theme, using the following css code:
.site {
margin: 0 auto !important;
}
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
height: 0px !important;
}