概要
テーマをIconic Oneに変更した。サイドバーを暫定削除する方法
Before
After
対応内容
(ドキュメントルート)/wp-content/themes/iconic-one
・404.php
・archive.php
・author.php
・category.php
・index.php
・page.php
・search.php
・single.php
・tag.php
から get_sidebar(); を削除する
.site {
margin: 0 auto;
max-width: 1140px; # 700pxから変更
overflow: hidden;
}
.site-content {
border-right: 1px solid #F1F1F1;
float: left;
margin: 0px 1%;
padding: 30px 2% 0 1%;
width: 90%; # 63.2%から変更
}
参考
http://dottab.com/blog/1954

