Hey Richard,
Because it’s just a minor cosmetic change to remove the padding of the masonry blog post and hide the tags, I’ll provide the override code. Just note that we cannot always provide custom code as that is outside the scope of our theme support. It’s best that you learn CSS yourself and also learn how to use the browser’s element inspector so you could get the CSS selectors you’ll need.
The following code should be added in Theme Options > CSS.
#x-iso-container .entry-wrap {
padding: 0;
}
#x-iso-container .entry-footer {
display: none;
}
Also, note that if there would be issues resulting from the use of custom codes and 3rd party integrations, you need to forward them to a 3rd party developer. For instance, you need to contact Instagram support if you encounter layout issues with Instagram photos integration.
Alternatively, you can use one of the bundled grid plugins for this case so you could control the look of the post. Please visit the links below for more details and plugin usage instructions.
Hope that helps and thank you for understanding.