November 21, 2019 at 10:58 pm
If like me you find the width of the new forum unbearable on tablets or desktop and are feeling fairly tech savvy you can do the following:
.container {
max-width: 90%
}
.col-sm-2 {
flex: 0 0 200px;
max-width: 200px;
}
.offset-sm-2 {
margin-left: 200px;
}
.post-date {
font-family: Montserrat, sans-serif;
font-size: 1em
}
I appreciate this might be a bit techy but it’s about as simple as I could make it. If you’re feeling brave you can change the max-width value as you wish to find something that suits you.
Technical explanation: This browser extension allows you to override the style sheets on websites that control the page layout with your own. That’s all this is doing, it’s overriding certain parameters of the default forum style with this one to make it wider.
By: TonyT - 25th November 2019 at 19:28
So now it just looks dreadful, but now in widescreen?
By: jamesm - 25th November 2019 at 09:57
The forum has been widened now.
By: MFowler - 23rd November 2019 at 22:16
Thanks for posting this! Key Aero might want to hire you as a forum troubleshooter. ?