Hi,
Can you please tell me how to change the width of blog posts so the text appears in a narrower column?
My blog is here: https://chromacopy.co/writing/how-to-write-in-divided-times/
I have tried the below CSS but it doesn’t work.
.single-post .x-site > .x-container.width {
max-width: 800px;
}
.single-post .x-container.max.width.main {
max-width: 100%;
width: 80%;
}
Also, I tried this:
.x-container.max {
max-width: 800px;
}
And it worked, but obviously changed all my other pages too. I only want to change the blog.
Thank you!