Increasing the White Space in posts

Hello there. I wanted to increase the white space on either side of my posts. For example, check out this link:

https://zenhabits.net/25-killer-actions-to-boost-your-self-confidence/

Is there any way I can do this.

Hi @IntesarJ,

Please add this code in X > Theme Options > CSS:

.single-post .x-container.max.offset {
    max-width: 1500px;
    width: 100%;
}

Hope this helps.

1 Like

Thanks. It worked just fine.

You’re more than welcome, glad we could help.

Cheers!

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