Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
左側のサイドバーのサイズを小さくしてメインのサイズを大きくする方法を考え出すのに少し苦労しています。これがメインページでのみ発生することを望みます。
私のページはここにありますので、ご覧ください http://www.theshirt.org
完全なアクション名 (システム内の各ルートの一意の識別子) がクラス名として<body>タグに追加されます。これと使用しているテンプレートに基づいて、次のようにすると、左の列が 33px 狭くなり、メインの列が 33px 広くなります。
<body>
.cms-index-index .col-left { width: 200px; } .cms-index-index .col-main { width: 761px; }