Hi,
Sorry but I am not exactly sure what you are trying to achieve.
This is how the blog page looks in masonry layout
http://demo.theme.co/integrity-1/blog/
and this is how it looks on single post page
http://demo.theme.co/integrity-1/5-reasons-you-need-the-x-theme/
If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.
You can try adding this in `Theme Options > CSS`
.blog .entry-featured {
float: left;
margin-right: 30px;
}
.blog .entry-wrap {
padding:20px 20px 0;
}
Thanks