bbPress Forum styling

I’ve been trying for hours to target all the bbPress pages, to get control of their width (eg set them all full-width). I found several topics on your forum offering various solutions, but nothing has worked for me so far. I would really appreciate your assistance! I’m using the Integrity stack (X, not Pro). The development site is at http://nppb.ray-jones.org.uk.

Thanks
Mike.

Hello Mike,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS:

.bbpress .entry-wrap {
    width: 100% !important;
    max-width: 100%;
}

.bbpress .x-container {
    width: 100% !important;
    max-width: 95% !important;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Thanks for the quick reply. Problem solved! :grinning:

Thanks again, Mike.

You are most welcome. :slight_smile:

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