Remove padding on blog posts

X Theme, Icon stack. site width 88%, site max width 1200px.

Hi
The posts look different to pages. I’m using the Gutenburg editor instead of classic, is it some weird setting in there I need to change to make them look consistent.
This first image is a blog post

this is a page https://snipboard.io/tb8EA7.jpg

I have tried:
body {
display: block;
margin: 8px;
}
p {
display: block;
margin-block-start: 0em;
margin-block-end: 0em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}

but that makes no difference, any ideas appreciated

found it, it was
div.entry-content.content {
padding: 0 20px;

}

Hi @lisacole1,

We’re glad that you’re able to figure it out! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.

Thank you.

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