Disable full-width for blog posts

Hey, I would like to change the width of all my blog posts (not pages).

Right now it´s fullwidth but I would like to have something like 55% width.

any idea?

Best regards

Nik

Hi Nikolaus,

Thanks for reaching out.

Please add this CSS to Theme Options > CSS,

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

You can also use browser developer tools to find the correct CSS selectors in which you could use for creating your custom CSS. Please check this https://developers.google.com/web/tools/chrome-devtools/beginners/css

Cheers!

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