Hi Mondesensuel,
This comes from your WordPress Theme page design and has no relation to wpForo.
Try this CSS code, navigate to Dashboard > Forums > Settings > Styles admin page, put it in Custom CSS Code textarea.Â
.vl-container {
width: auto !important;
}
IÂ was just wondering whether it was possible to get the forum to be wider than this?Â
https://www.nyurban.no/forum/?preview=true#
I would ideally have wanted it to be as wide as possible, but I can't figure out how do edit it.Â
Hey. Thanks. That worked great, but I think it ended up being slightly to the right of the other pages although it could be my imagination. Is there any way to move the whole forum to the left?Â
https://www.nyurban.no/forum/#
Or what do you think? Does it appear to be located too far to the right?Â
Â
Hi @fredrikwordpress,
You've added CSS with a wrong value. You've written:
width: 110%;
instead of
width: 100%;
Then add the following CSS:
.inner-wrap {
max-width: 94% !important;
}
Delete all caches and check again.
Thanks. I tried that code, but then it messed up the rest of the webpage. How do I make it so that it only impact the forum pages? 🙂