Thanks for the help! The original code helped after updating the theme. Thanks anyway!
Hello!
I’m having the same issue. My blog post is very flat and would like a smaller width so the text becomes more readable.
I added the additional CSS, but nothing has changed.
This is what I added:
.single-content p {
max-width: 450px;
margin-left: auto;
margin-right: auto;
}
Is there anything else I need to do?