This is the age old question in web design: what is the optimal width?
Right now the wiki uses a fixed width of about 980 pixels which means it's optimized for 1024x768 resolution.
I have this line of code installed that records all kinds of cool information about forum and wiki visitors. For example I can see the resolution of each visitor. According to those statistics,
less than one percent (about 0.8%) of visitors have so low resolution that all the content is not visible. Unfortunately you belong to that group.
Now I could optimize the Wiki for 800x600 resolution (760px width) what was the trend a few years back, but that would mean most people (those 99%+) would "suffer" because there is not as much content visible.
I'll see what I can do. Maybe I could make the layout fluid so that it "shrinks" for lower resolutions but I cannot guarantee anything.
Meanwhile I suggest you join the 2010 and get a computer capable of at least 1024x768 resolution
Cell phone visitors are not a problem because I'm going to add a plugin that automatically creates a cell phone friendly version of the website.