Below is my code to get rid of the gray borders surrounding the content in genesis framework.
.site-container {
background: #fff;
margin: 0 auto;
max-width: 1140px;
padding: 0 30px;
}
I'm not sure why this isn't making a change in my website.
Still looks exactly the same.