The actual blog posts is taking on the same customization options as my website but the posts don’t look good. When I’m drafting a post, it actually looks really nice because the post editor only uses the center of the page. My page has a max width that’s pretty large and I have a 4k screen, so it doesn’t look great. Can I apply CSS to a blog post? Here’s a link to one of my blog posts so you can see what I mean.
https://urlzs.com/eakt
Thank you!
Hello Anthony,
Thanks for writing in!
It seems that the width of the website is not properly set. Please make the necessary changes as per your requirement from X > Theme Options > Layout and Design.

Thanks.
I do have the width set to my liking for the rest of the site but it’s not working out for the blog posts. I have some CSS in my site that’s not applying to my blog posts. I think.
I’m seeing from research that posts take their settings from the global page width settings that you’ve shown above. My issue is that I don’t want to change my home page www.wholetechnology.net because I have full width sections with different background colors, and if I shrink that down, I will have white space on the sides.
Is there a way to customize these settings for a page so I can set the proper global settings for my blog posts?
Hi Anthony,
To adjust the width only for your post page, you can add the code below in Theme Options > CSS
.single-post .x-container.max {
max-width: 1200px;
}
You may change 1200px to adjust.
Hope this helps
thanks paul this is perfect. 
Glad we could help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.