サイトの投稿や固定ページを表示するコンテンツ部分の幅を変更するには、style.cssファイルの@media screen and (min-width: 600px)にある.site-contentのwidthの値を変更します。
.site-content { float: left; width: 65.104166667%; }
IE8対策
上記と同じようにCSSディレクトリのie.cssにある.site-contentのwidthの値を変更します。
スポンサーリンク
サイトの投稿や固定ページを表示するコンテンツ部分の幅を変更するには、style.cssファイルの@media screen and (min-width: 600px)にある.site-contentのwidthの値を変更します。
.site-content { float: left; width: 65.104166667%; }
IE8対策
上記と同じようにCSSディレクトリのie.cssにある.site-contentのwidthの値を変更します。
コメント