Page 1 of 1

CSS Screen Width Fix

Posted: Thu Jun 25, 2020 9:32 am
by Spavven
The CSS for the forums has the screen width set to a specific number, leaving a ton of real estate on the right and left. If you remove the max-width: 1152px code from the .wrap class it should be full screen with some padding on each side.

Re: CSS Screen Width Fix

Posted: Thu Jun 25, 2020 12:57 pm
by CrashScreen
Also, when we were discussing widths before there seemed to be a general agreement to match the LPArchive widths, since that's what posters would target. That's 900px, and I found that adjusting the .postbody class in the css (@media (min-width: 850px)) to 79% does the trick. I wouldn't adjust it in the other @media areas since this'll just mess with the different mobile sizes though, but the change I suggest would benefit SSLPs on desktop.