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