I have set the container width for single post topic using the css below.
/* Set Specific Container Width for Just Blog Posts */
.single .inside-article {
max-width: 716px;
margin: 0 auto;
}
For all other pages, I want the default container width set through GeneratePress > Layout > Container > Container Width which is set at 1100 px.
However, single post forum topic takes the content width set through the css code snippet above. Please check the link provided.
How do I make bbPress forum topics to inherit the container width set in GeneratePress > Layout > Container > Container Width?
Thanks