スタイルシートの編集:画面の幅
1カラムの場合に表示される画面の幅を728 pxに変更してみた。
手順:
1. 管理画面で,[環境設定]-[テンプレート]に入る。
2. スタイルシート編集画面を開き,次の部分のwidthを720pxに変更して「保存と再構築」を実行する。
/* one-column tweaks */
.layout-one-column body { min-width: 520px; }
.layout-one-column #container { width: 520px; }
.layout-one-column #banner { width: 510px; } /* necessary for ie win */