抜粋を消す方法
追加cssに下記を追加
.phrase {
display: none;
}
#viewCard:checked~.archive .archive__contents .phrase, #viewNormal:checked~.archive .archive__contents .phrase, #viewWide:checked~.archive .archive__item-infeedPc1 {
display: none;
}
どのレイアウトでも消せる。
スマホでも2カラム維持
/*スマホ横並び維持*/ .ath-colfix{ flex-wrap:nowrap; } @media (max-width: 599px){ .ath-colfix .wp-block-column:not(:first-child) { margin-left: 5px; } @media以下を消すと画像間の距離0 ただしこのサイトでは効果なしだった