WordPressのテーマTwentyFourteenで全体を中央に表示したい場合には以下のコードを追加すれば可能です。
.site {
margin-left: auto;
margin-right: auto;
}
渋谷のエンジニア社長のつぶやき
WordPressのテーマTwentyFourteenで全体を中央に表示したい場合には以下のコードを追加すれば可能です。
.site {
margin-left: auto;
margin-right: auto;
}