Hi Jordan,
No, if you do that all your posts will have the same content. Global Blocks is useful if you want to have a dynamic Section on multiple pages/posts, for example, a contact form on the bottom of the page or a sign-up form on the top of the page.
Add this to your Theme Options > CSS
.single-post .entry-wrap {box-shadow: none;}
.single-post .x-container.max.width.offset {
max-width: 100%;
width: 100%
}
Not for now, but maybe in the future. Single posts have the comment section automatically unless you hide or disable it.
Add this to your custom CSS
.single-post .entry-header {
display: none;
}
If that does not work, please provide us the site URL.
Cheers!