Hi there,
Please try using this code:
.sharedaddy, .x-comments-area {
background-color: #f9f9f9;
margin-left: calc(50% - 50vw);
width: 100vw !important;
}
.sd-content ul {
margin-bottom: 0 !important;
padding-bottom: .7em !important;
}
.x-comments-area {
margin-top: 0 !important;
padding-top: 3.5em;
}
.single-post .entry-wrap {
padding-bottom: 0 !important;
}
.sharedaddy .sd-block, .x-comments-area .comment-respond, .sharedaddy iframe, div.sharedaddy h3.sd-title {
max-width: 1000px;
width: 90% !important;
margin: 0 auto;
display: block;
}
.sharedaddy.sd-sharing-enabled .sd-title {
width: 100% !important;
}
.single-post .x-container.offset {
margin-bottom: 0 !important;
}
.comment-form p:last-child {
margin-bottom: 0;
}
You might need to add some more code to further customize the sections.
Hope this help you to get started.
Cheers!