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://judopassion.com/wordpress/
右側のサイドバーの下にある leftSidebar を、次の画像のようにコンテンツの左側に移動します。
どの CSS コードを追加する必要がありますか? 前もって感謝します。
右の画像のようにするには、テンプレートのマークアップの順序を変更して、文書の流れの<aside id="leftSidebar"></aside>前に配置する必要があります。<div id="content">
<aside id="leftSidebar"></aside>
<div id="content">
また、既存のすべてのパディングなどを考慮して、#content の幅を 476px に縮小する必要があります。