Blog Content Width – How to set max

C Started by Catherien · August 19, 2025 at 6:24 pm · 1 reply 0 voices Last reply 11 months ago
C
Catherien Original poster Member
#1

For some reason, I can’t find a way to set a max width for the blog post content. When browser window is widened, the content just widens infinitely making for a terrible reading experience. How do I set max content width or control this?

ST
Spiracle Themes Original poster
#2

Hi Catherien

Try this css

.content-wrap {
max-width: 1350px;
margin: 0 auto;
}

Change the max-width accordingly.
Copy & Paste into Appearance -> Customize -> Additional CSS.

Best Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Blog Content Width – How to set max

By posting, your reply becomes public (unless marked private).