Blog Content Width – How to set max
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?
Replies (1)
-
August 19, 2025 at 6:24 pm
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?
-
August 21, 2025 at 5:18 am
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