These entries in wpi.htm (In your theme folder) designate how many entries to show per column. <script type="text/javascript"> if (top.status != "") { winheight = top.status; } cols = Math.round((winheight/3*4)/320,0); if (!maxentries) { switch (winheight) { case '600': maxentries=19; break; case '768': maxentries=26; break; case '1024': maxentries=38; break; case '1200': maxentries=44; break; default: maxentries=31; break; } } Also in the same folder look in wpi.css in this file is a lot of strings that you can use to adjust things like spacing and font size. Between these 2 files you will get the look you need.