Make a fluid variant to the default skin
In otherwords stop limiting the posting section of the board (everything inside the striped borders) to this tiny resolution. It feels cluttered and difficult to read at high resolution. While this may have been helpful when most people were still using 12 inch screens, these fixed width skins are now an unnecessary relic of the past. The current posting section is fixed at exactly 870 pixels, which takes up about half of my screen. The culprit is the CSS for the <div> class "side_borders", which is set to "width: 870px". Changing it to "width: 100%" (and maybe centering the top logo) should fix the problem.
In otherwords stop limiting the posting section of the board (everything inside the striped borders) to this tiny resolution. It feels cluttered and difficult to read at high resolution. While this may have been helpful when most people were still using 12 inch screens, these fixed width skins are now an unnecessary relic of the past. The current posting section is fixed at exactly 870 pixels, which takes up about half of my screen. The culprit is the CSS for the <div> class "side_borders", which is set to "width: 870px". Changing it to "width: 100%" (and maybe centering the top logo) should fix the problem.
Last edited: