CSS Screen Width Fix

Put your questions, comments, or suggestions in here.
Post Reply
User avatar
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.

User avatar
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.

Post Reply