I think you mean the content wrapper? I found the default padding in Style.css at 30px and changed it to 0px myself. Find the code below in Style.css and change “padding: 30px” to your liking.
}
.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
padding: 30px;