外観 - テーマファイルエディター - Cocoon Child: Stylesheet (style.css) に以下を追加。
※アイキャッチ画像サイズを 160px 100px (8:5)へ変更。
/*エントリーカードのデザインを整える*/ .entry-card-thumb { margin: 0 8px 0 0; width: 160px !important; height: 100px; } .entry-card-content { margin: 0; padding: 0; } .entry-card-title { color: initial; font-size: initial; line-height: 1.5; margin: 0; } .entry-card-snippet { color: inherit; line-height: 1.5; } @media screen and (max-width: 560px) { .entry-card-thumb { margin: 0 8px 0 0; width: 120px !important; height: 75px; }