Thursday, February 1, 2018

How to Remove the border from Wordpress Twenty Sixteen Theme

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;
}

No comments: