Narrowing blog post margins sitewide

Hi guys,

Just wondering, is there any way for the theme to change the size of posts across the website? Just the posts and not pages. Right now It looks too wide to me and I’d like to narrow it but i’m not sure if this is built into the theme.

Hey James,

You can add a custom CSS to do that. Please add this in X > Theme Options > CSS:

.single-post .x-main {
    max-width: 767px;
}

Hope this helps.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.