Change size of entire bbpress forum

I would like to change the width of the entire bbpress forum right now, I am using the code

.forum-archive .x-container.max.width.offset {
    max-width: 1150px;
    width: 65%;
}

This only adjusts the width of the main forum page. I would like the width to be the same on the entire forum and all the topics and everything else.

Would this be possible? Thanks

Hi There,

Thank you for writing in, please update your CSS code to this:

.bbpress .x-container.max.width.offset {
    max-width: 1150px;
    width: 65%;
}

Hope it helps,
Cheers!

That has done it! Thanks @friech!

You’re most welcome!

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