<?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>
									見出しの目次を2列にしたい - CSSカスタマイズ相談				            </title>
            <link>https://wp-cocoon.com/community/customs/%e8%a6%8b%e5%87%ba%e3%81%97%e3%81%ae%e7%9b%ae%e6%ac%a1%e3%82%922%e5%88%97%e3%81%ab%e3%81%97%e3%81%9f%e3%81%84/</link>
            <description>Cocoon ディスカッション掲示板</description>
            <language>ja</language>
            <lastBuildDate>Thu, 17 Sep 2026 04:27:48 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: 見出しの目次を2列にしたい</title>
                        <link>https://wp-cocoon.com/community/customs/%e8%a6%8b%e5%87%ba%e3%81%97%e3%81%ae%e7%9b%ae%e6%ac%a1%e3%82%922%e5%88%97%e3%81%ab%e3%81%97%e3%81%9f%e3%81%84/#post-82942</link>
                        <pubDate>Wed, 18 Dec 2024 01:06:20 +0000</pubDate>
                        <description><![CDATA[すぐに教えて頂き有難うございます。お陰様で早速取り入れました。]]></description>
                        <content:encoded><![CDATA[<p>すぐに教えて頂き有難うございます。お陰様で早速取り入れました。</p>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/customs/">CSSカスタマイズ相談</category>                        <dc:creator>kobat</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/customs/%e8%a6%8b%e5%87%ba%e3%81%97%e3%81%ae%e7%9b%ae%e6%ac%a1%e3%82%922%e5%88%97%e3%81%ab%e3%81%97%e3%81%9f%e3%81%84/#post-82942</guid>
                    </item>
				                    <item>
                        <title>RE: 見出しの目次を2列にしたい</title>
                        <link>https://wp-cocoon.com/community/customs/%e8%a6%8b%e5%87%ba%e3%81%97%e3%81%ae%e7%9b%ae%e6%ac%a1%e3%82%922%e5%88%97%e3%81%ab%e3%81%97%e3%81%9f%e3%81%84/#post-82940</link>
                        <pubDate>Wed, 18 Dec 2024 00:14:20 +0000</pubDate>
                        <description><![CDATA[●答え
以下のCSSをコピペ。
/* デフォルトで2列 */
:root {
  --toc-column: 2;
}

/* 表示幅≦834pxのときは1列に変更 */
@media (width&lt;=834px) {
  :root {
    --toc-column: 1;
  }
}

/* 目次幅 */
.toc {
  widt...]]></description>
                        <content:encoded><![CDATA[<p><span style="font-size: 14pt"><strong>●答え</strong></span></p>
<p>以下のCSSをコピペ。</p>
<pre contenteditable="false">/* デフォルトで2列 */
:root {
  --toc-column: 2;
}

/* 表示幅≦834pxのときは1列に変更 */
@media (width&lt;=834px) {
  :root {
    --toc-column: 1;
  }
}

/* 目次幅 */
.toc {
  width: 100%;
}

/* 目次章の列 */
.toc-list {
  display: grid;
  grid-template-columns: repeat(var(--toc-column), minmax(0, 1fr));
  column-gap: 2em;
}
</pre>
<div id="wpfa-41799" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="1.png" href="//wp-cocoon.com/wp-content/uploads/wpforo/default_attachments/1734480860-1.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> 1.png</a></div>
<div id="wpfa-41800" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wp-cocoon.com/wp-content/uploads/wpforo/default_attachments/1734480868-2.png" target="_blank" title="2.png"><i class="fas fa-paperclip"></i>&nbsp;2.png</a></div>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/customs/">CSSカスタマイズ相談</category>                        <dc:creator>大門未知子</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/customs/%e8%a6%8b%e5%87%ba%e3%81%97%e3%81%ae%e7%9b%ae%e6%ac%a1%e3%82%922%e5%88%97%e3%81%ab%e3%81%97%e3%81%9f%e3%81%84/#post-82940</guid>
                    </item>
				                    <item>
                        <title>見出しの目次を2列にしたい</title>
                        <link>https://wp-cocoon.com/community/customs/%e8%a6%8b%e5%87%ba%e3%81%97%e3%81%ae%e7%9b%ae%e6%ac%a1%e3%82%922%e5%88%97%e3%81%ab%e3%81%97%e3%81%9f%e3%81%84/#post-82939</link>
                        <pubDate>Tue, 17 Dec 2024 23:40:28 +0000</pubDate>
                        <description><![CDATA[COCOONには大変お世話になっています。数々のカスタマイズを教えて頂き感謝しています。またかと思われると思いますが、もし可能なら教えて頂きたいと投稿させて頂きました。
見出しの目次は1行になっていますが、これを添付ファイルの様に2行にできたらと思いご相談させて頂くことにしました。可能なら宜しくお願い致します。
サイトhttps://tozankai.com/post-22...]]></description>
                        <content:encoded><![CDATA[<p>COCOONには大変お世話になっています。<br />数々のカスタマイズを教えて頂き感謝しています。<br />またかと思われると思いますが、もし可能なら教えて頂きたいと投稿させて頂きました。</p>
<p>見出しの目次は1行になっていますが、これを添付ファイルの様に2行にできたらと思いご相談させて頂くことにしました。可能なら宜しくお願い致します。</p>
<p>サイト　https://tozankai.com/<br />目次を使用しているページの一つ　https://tozankai.com/post-2283/<br />（一時的にステータスの制限からPW制限に変えてあります　PW103）</p>
<div id="wpfa-41798" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wp-cocoon.com/wp-content/uploads/wpforo/default_attachments/1734478828-04ae4f498fe6b520643440f96ddc5d18.png" target="_blank" title="04ae4f498fe6b520643440f96ddc5d18.png"><i class="fas fa-paperclip"></i>&nbsp;04ae4f498fe6b520643440f96ddc5d18.png</a></div>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/customs/">CSSカスタマイズ相談</category>                        <dc:creator>kobat</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/customs/%e8%a6%8b%e5%87%ba%e3%81%97%e3%81%ae%e7%9b%ae%e6%ac%a1%e3%82%922%e5%88%97%e3%81%ab%e3%81%97%e3%81%9f%e3%81%84/#post-82939</guid>
                    </item>
							        </channel>
        </rss>
		