<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									トップページのアピールエリアと固定ページの間の隙間をなくしたいです。 - Cocoonテーマに関する質問				            </title>
            <link>https://wp-cocoon.com/community/cocoon-theme/%e3%83%88%e3%83%83%e3%83%97%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e3%82%a2%e3%83%94%e3%83%bc%e3%83%ab%e3%82%a8%e3%83%aa%e3%82%a2%e3%81%a8%e5%9b%ba%e5%ae%9a%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e9%96%93/</link>
            <description>Cocoon ディスカッション掲示板</description>
            <language>ja</language>
            <lastBuildDate>Sat, 15 Aug 2026 22:29:48 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: トップページのアピールエリアと固定ページの間の隙間をなくしたいです。</title>
                        <link>https://wp-cocoon.com/community/cocoon-theme/%e3%83%88%e3%83%83%e3%83%97%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e3%82%a2%e3%83%94%e3%83%bc%e3%83%ab%e3%82%a8%e3%83%aa%e3%82%a2%e3%81%a8%e5%9b%ba%e5%ae%9a%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e9%96%93/#post-76486</link>
                        <pubDate>Mon, 15 Jan 2024 23:36:07 +0000</pubDate>
                        <description><![CDATA[ありがとうございます！！無事にスペースがなくなりました！]]></description>
                        <content:encoded><![CDATA[<p>ありがとうございます！！<br />無事にスペースがなくなりました！</p>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/cocoon-theme/">Cocoonテーマに関する質問</category>                        <dc:creator>erk</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/cocoon-theme/%e3%83%88%e3%83%83%e3%83%97%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e3%82%a2%e3%83%94%e3%83%bc%e3%83%ab%e3%82%a8%e3%83%aa%e3%82%a2%e3%81%a8%e5%9b%ba%e5%ae%9a%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e9%96%93/#post-76486</guid>
                    </item>
				                    <item>
                        <title>RE: トップページのアピールエリアと固定ページの間の隙間をなくしたいです。</title>
                        <link>https://wp-cocoon.com/community/cocoon-theme/%e3%83%88%e3%83%83%e3%83%97%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e3%82%a2%e3%83%94%e3%83%bc%e3%83%ab%e3%82%a8%e3%83%aa%e3%82%a2%e3%81%a8%e5%9b%ba%e5%ae%9a%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e9%96%93/#post-76485</link>
                        <pubDate>Mon, 15 Jan 2024 17:08:04 +0000</pubDate>
                        <description><![CDATA[●原因
アピールエリアに高さ700pxとしている。画面幅1023px以下にならないと、アピールエリアの背景画像(1920×700px)は、background-size:coverとならない。その間、background-size: 100% auto;の為、画像の高さが変化する。しかし、アピールエリアは700px固定の為、背景画像の下に余白ができてしまう。（言われている現象...]]></description>
                        <content:encoded><![CDATA[<p><strong>●原因</strong></p>
<p><span style="color: #ff0000">アピールエリアに高さ700px</span>としている。<br />画面幅1023px以下にならないと、アピールエリアの背景画像(1920×700px)は、background-size:coverとならない。<br />その間、<span style="color: #ff0000">background-size: 100% auto;</span>の為、画像の高さが変化する。<br />しかし、アピールエリアは700px固定の為、背景画像の下に余白ができてしまう。（言われている現象）</p>
<hr />
<p><strong>●対策</strong></p>
<ul>
<li>画像の比率の合わせ、アピールエリアの高さを可変にする。</li>
<li>.comtent上の余白があるので、なくす。（図参照）</li>
</ul>
<p>以下のCSSを追加する。</p>
<pre contenteditable="false">/* アピールエリアの高さを画像の比率に合わせる */
.appeal {
aspect-ratio: 1920 / 700;
}

/* アピールエリア高さリセット */
.appeal-in {
min-height: unset;
}

/* コンテンツ上の余白 */
.content {
margin-top: 0;
}</pre>
<div id="wpfa-37465" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="2024-01-16_01h45_52.png" href="//wp-cocoon.com/wp-content/uploads/wpforo/default_attachments/1705338484-2024-01-16_01h45_52.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> 2024-01-16_01h45_52.png</a></div>
<div id="wpfa-37466" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="2024-01-16_01h47_27.gif" href="//wp-cocoon.com/wp-content/uploads/wpforo/default_attachments/1705338497-2024-01-16_01h47_27.gif" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> 2024-01-16_01h47_27.gif</a></div>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/cocoon-theme/">Cocoonテーマに関する質問</category>                        <dc:creator>大門未知子</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/cocoon-theme/%e3%83%88%e3%83%83%e3%83%97%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e3%82%a2%e3%83%94%e3%83%bc%e3%83%ab%e3%82%a8%e3%83%aa%e3%82%a2%e3%81%a8%e5%9b%ba%e5%ae%9a%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e9%96%93/#post-76485</guid>
                    </item>
				                    <item>
                        <title>トップページのアピールエリアと固定ページの間の隙間をなくしたいです。</title>
                        <link>https://wp-cocoon.com/community/cocoon-theme/%e3%83%88%e3%83%83%e3%83%97%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e3%82%a2%e3%83%94%e3%83%bc%e3%83%ab%e3%82%a8%e3%83%aa%e3%82%a2%e3%81%a8%e5%9b%ba%e5%ae%9a%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e9%96%93/#post-76484</link>
                        <pubDate>Mon, 15 Jan 2024 12:17:32 +0000</pubDate>
                        <description><![CDATA[不具合・カスタマイズ対象ページのURL(Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36サーバーソフト：Apacheサーバープロトコル：HTTP/1.1エンコーディング：gzip, deflate, br言語：ja-JP,ja;q=...]]></description>
                        <content:encoded><![CDATA[<p>不具合・カスタマイズ対象ページのURL：https://rinon.chu.jp/<br /><br />相談内容：トップページにのみ表示しているアピールエリアと、トップページ(固定ページ)の間にある隙間をなくしたいです。(添付赤枠部分)<br /><br />不具合の発生手順：PC・スマホともに若干表示されています。<br /><br />解決のために試したこと：無駄な行が無いかなど確認しましたが、どうやって消せばいいのか分かりませんでした……。<br /><br /><br />環境情報：<br /><br />----------------------------------------------<br />サイト名：りのくりえいと<br />サイトURL：https://rinon.chu.jp/wordpress<br />ホームURL：https://rinon.chu.jp<br />コンテンツURL：/wordpress/wp-content<br />インクルードURL：/wordpress/wp-includes/<br />テンプレートURL：/wordpress/wp-content/themes/cocoon-master<br />スタイルシートURL：/wordpress/wp-content/themes/cocoon-child-master<br />親テーマスタイル：/wordpress/wp-content/themes/cocoon-master/style.css<br />子テーマスタイル：/wordpress/wp-content/themes/cocoon-child-master/style.css<br />スキン：/wordpress/wp-content/themes/cocoon-master/skins/simple-pink/style.css<br />WordPressバージョン：6.4.2<br />PHPバージョン：8.2.14<br />ブラウザ：Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36<br />サーバーソフト：Apache<br />サーバープロトコル：HTTP/1.1<br />エンコーディング：gzip, deflate, br<br />言語：ja-JP,ja;q=0.9,en-US;q=0.8,en;q=0.7<br />----------------------------------------------<br />テーマ名：Cocoon<br />バージョン：2.6.8.11<br />カテゴリー数：2<br />タグ数：0<br />ユーザー数：1<br />----------------------------------------------<br />子テーマ名：Cocoon Child<br />バージョン：1.1.3<br />style.cssサイズ：883バイト<br />functions.phpサイズ：203バイト<br />----------------------------------------------<br />Gutenberg：1<br />AMP：0<br />PWA：0<br />Font Awesome：4<br />Auto Post Thumbnail：0<br />Retina：0<br />ホームイメージ：/wordpress/wp-content/themes/cocoon-master/screenshot.jpg<br />----------------------------------------------<br />ブラウザキャッシュ有効化：0<br />HTML縮小化：0<br />CSS縮小化：0<br />JavaScript縮小化：0<br />Lazy Load：0<br />----------------------------------------------<br />利用中のプラグイン：<br />Site Kit by Google 1.113.0<br />WP Multibyte Patch 2.9<br />----------------------------------------------</p>
<div id="wpfa-37464" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wp-cocoon.com/wp-content/uploads/wpforo/default_attachments/1705321052-0d40a5e4a645fc6b96e767d64ac0878e.png" target="_blank" title="0d40a5e4a645fc6b96e767d64ac0878e.png"><i class="fas fa-paperclip"></i>&nbsp;0d40a5e4a645fc6b96e767d64ac0878e.png</a></div>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/cocoon-theme/">Cocoonテーマに関する質問</category>                        <dc:creator>erk</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/cocoon-theme/%e3%83%88%e3%83%83%e3%83%97%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e3%82%a2%e3%83%94%e3%83%bc%e3%83%ab%e3%82%a8%e3%83%aa%e3%82%a2%e3%81%a8%e5%9b%ba%e5%ae%9a%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e9%96%93/#post-76484</guid>
                    </item>
							        </channel>
        </rss>
		