Montag, 29. Juni 2009

Question

Anybody can give me a hint how to make the posts column wider so that preformated text does not wrap around?

2 Kommentare:

  1. Use the efixusers.com forums. Much wider posting area and better formatting tools (if you're using Firefox).

    AntwortenLöschen
  2. Hey,
    You can try to make the font-size smaller or you can customize the css of this theme by changing the width of #main div. It currently has a width of 460px. You can try increasing it by doing something like this:

    #main
    {
    1000px;
    }

    But this will probably mess up your theme because it looks like they are using a background image to create the drop shadow look on the sides. Maybe consider switching to a different theme?

    AntwortenLöschen