Site logo

Archived topic

Container Width reverts back

1 reply · Started by Gemma on January 22, 2019

Viewing posts 1–2 of 2

Hi,

I have been trying to increase the container width for post layouts and it works, I publish it - but then it reverts back to a very narrow width again? I have just installed and changed over to this theme today.

Any ideas on what is going wrong?

Thanks

Hi there,

this CSS in the Customizer > Additional CSS is setting the width of the single post:

/* blog posts width */
body.single .site.grid-container {
	max-width: 800px;
} 

You can change that or remove it.

This archived topic is closed to new replies.