【Cocoon】ヘッダーとコンテンツの間の余白を消したい

目次
CSSを “style.css” に追加
外観>テーマファイルエディター>スタイルシート(style.css) にCSSを追加
.content {
margin-top: 0px;
margin-bottom: 0px;
}
.entry-content {
margin-top: 0px;
margin-bottom: 0px;
}以上でCocoonのヘッダーとコンテンツの間の余白を調整する方法です。

本ページにはプロモーションが含まれています
外観>テーマファイルエディター>スタイルシート(style.css) にCSSを追加
.content {
margin-top: 0px;
margin-bottom: 0px;
}
.entry-content {
margin-top: 0px;
margin-bottom: 0px;
}以上でCocoonのヘッダーとコンテンツの間の余白を調整する方法です。
※ 本ページにはプロモーションが含まれています