Hello, please see the attached pic.
I've got no sidebars on this page, I've configured wordpress so that the [wpforo] tag is the only thing that shows up on the /community page. In addition I've set the WPforo settings to be full width, with no sidebars.
It seems oddly to be just this these where it is a problem - but this is literally an official wordpress theme, so I don't know why that would be the case.
What else can I try?
Just for clarity: All that space on the right side of this screenshot is still within the browser window. And this is on a small screen
See for yourself: https://the-great-work.org/community/
body .grid-container {
max-width: 100%;
}
Hi, this made no change, even after marking !important and clearing all caches/refreshing
The CSS I have in custom code is currently:
.fa-reply:before {
content: "\f3e5" !important;
}
.fa-window-close:before{
content: "\f410" !important;
}
.vl-container {
width: auto !important;
}
body .grid-container {
max-width: 100% !important;
}
Here is the pages CSS layout:
If you click over to the-great-work.org/community, the landing page for the forum, it is centered and not full with. Then the individual sub-forums are left-aligned and not full width.