Custom blog post width with sidebar

Hello!
Could I please ask if there is a way to make the width of individual posts wider than the default website width? I would like posts to be like 20% wider. One thing though: I want to keep blog posts sidebars with widgets, and I would like the sidebars to get proportionally wider too. So the entire page (post + sidebar) gets wider, while other websites don’t change. Is there a way to achieve such outcome?
Thank you!

Hi @kamilzwolski,

Thanks for reaching out.

Sure, that’s possible. Please add this CSS to Theme Options > CSS

.single-post .site > .x-container.width {
width: 100%;
}

The current width is 88%, so the 20% of it is another 17.6% which then 105.6%, and it’s not possible since max should be 100% only.

Cheers!

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