Modify the style of the blog posts

Hello,

I put an automation rule via IFTTT to automatically publish instagram pictures of my client as blog posts.

However, I’d like the post to appear without any inner padding, without the tags…

I activated “mansory” and “three columns”. I have also disabled meta and hidden the title of each post through a CSS code.

Do you have a few lines of code to share to achieve the desired layout?

Thank you in advance.

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.

Thank you @christian

I no longer use Essential Grid and The Grid because they are too unstable.
More than once they have stopped working for no reason from one day to the next…

Which is really not possible for my customers’ sites because it doesn’t look professional.
So I prefer to refer to a more “traditional” method with IFTTT.

Thanks again for these lines of code !

Excellent day to the whole team.

Hi Richard,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.