How can I stretch BBpress forum to 1200px

Posted in: Newspaper
Post count: 312

How can I stretch BBpress forum to 1200px ?

https://lowtechnation.com/forums/

Thank you

Post count: 35449

Hi,

If you set the BBpress forum shortcode in a row using tagDiv Composer, then you can use tagDiv Composer to stretch the row -> https://i.imgur.com/IRUKIJz.png this method can be apply on single post template from tagDiv Cloud Library too. another solution will be to use a custom css that to be apply only on BBpress forum

.bbpress .td-container{
    width: 1200px;
}

The css need to be set in theme panel> custom code > custom css.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.