Hmmm... I managed this quite easily previously, but I upgraded to the latest version today and now I can't remember what I did before (copious amounts of alcohol aren't helping...) My site looks well squashed after the update, so I'd really like to make the table display across the entire screen.

Any help would be very much appreciated, thank you.

Going to bed right now though as very drunk.

Pobster

Comments

pobster’s picture

Status: Active » Fixed

Ah if anyone was bothered I commented out line 8 in common.css like so...

/* $Id: common.css,v 1.13 2008/09/12 19:06:09 frjo Exp $ */

body {
  color: #000;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
  min-width: 600px;
  /*max-width: 1000px;*/
  margin: 0 auto;
  padding: 0;
}

...And without a max-width set the display automatically stretches out to 100%

Pobster

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.