<?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>
									SNSフォローボタンの位置 - Cocoonテーマに関する質問				            </title>
            <link>https://wp-cocoon.com/community/cocoon-theme/sns%e3%83%95%e3%82%a9%e3%83%ad%e3%83%bc%e3%83%9c%e3%82%bf%e3%83%b3%e3%81%ae%e4%bd%8d%e7%bd%ae/</link>
            <description>Cocoon ディスカッション掲示板</description>
            <language>ja</language>
            <lastBuildDate>Sun, 06 Sep 2026 18:40:33 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: SNSフォローボタンの位置</title>
                        <link>https://wp-cocoon.com/community/cocoon-theme/sns%e3%83%95%e3%82%a9%e3%83%ad%e3%83%bc%e3%83%9c%e3%82%bf%e3%83%b3%e3%81%ae%e4%bd%8d%e7%bd%ae/#post-60720</link>
                        <pubDate>Fri, 01 Apr 2022 07:07:53 +0000</pubDate>
                        <description><![CDATA[@akira ありがとうございます！解決致しました。
justify-content: flex-end; をそのように記述するんですね。]]></description>
                        <content:encoded><![CDATA[<p>@akira ありがとうございます！解決致しました。</p>
<p>justify-content: flex-end; をそのように記述するんですね。</p>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/cocoon-theme/">Cocoonテーマに関する質問</category>                        <dc:creator>trifo</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/cocoon-theme/sns%e3%83%95%e3%82%a9%e3%83%ad%e3%83%bc%e3%83%9c%e3%82%bf%e3%83%b3%e3%81%ae%e4%bd%8d%e7%bd%ae/#post-60720</guid>
                    </item>
				                    <item>
                        <title>RE: SNSフォローボタンの位置</title>
                        <link>https://wp-cocoon.com/community/cocoon-theme/sns%e3%83%95%e3%82%a9%e3%83%ad%e3%83%bc%e3%83%9c%e3%82%bf%e3%83%b3%e3%81%ae%e4%bd%8d%e7%bd%ae/#post-60719</link>
                        <pubDate>Fri, 01 Apr 2022 04:21:19 +0000</pubDate>
                        <description><![CDATA[添付画像のようなものでいいでしょうか。であれば、この CSS でいけます。
.sns-follow-buttons {
  justify-content: flex-end;
}

.sns-follow-buttons a {
	width: 40px;
	margin: 0 5px;
	border: 0;
	background: none !impo...]]></description>
                        <content:encoded><![CDATA[<p>添付画像のようなものでいいでしょうか。であれば、この CSS でいけます。</p>
<pre contenteditable="false">.sns-follow-buttons {
  justify-content: flex-end;
}

.sns-follow-buttons a {
	width: 40px;
	margin: 0 5px;
	border: 0;
	background: none !important;
	font-size: 32px;
	color: #000;
}</pre>
<div id="wpfa-28591" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wp-cocoon.com/wp-content/uploads/wpforo/default_attachments/1648786879-follow.png" target="_blank" title="follow.png"><i class="fas fa-paperclip"></i>&nbsp;follow.png</a></div>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/cocoon-theme/">Cocoonテーマに関する質問</category>                        <dc:creator>Akira</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/cocoon-theme/sns%e3%83%95%e3%82%a9%e3%83%ad%e3%83%bc%e3%83%9c%e3%82%bf%e3%83%b3%e3%81%ae%e4%bd%8d%e7%bd%ae/#post-60719</guid>
                    </item>
				                    <item>
                        <title>SNSフォローボタンの位置</title>
                        <link>https://wp-cocoon.com/community/cocoon-theme/sns%e3%83%95%e3%82%a9%e3%83%ad%e3%83%bc%e3%83%9c%e3%82%bf%e3%83%b3%e3%81%ae%e4%bd%8d%e7%bd%ae/#post-60716</link>
                        <pubDate>Thu, 31 Mar 2022 21:41:06 +0000</pubDate>
                        <description><![CDATA[SNSフォローボタンを右寄りにしたいと思っています。
現在のコードではなぜか勝手に左寄りになってしまいます。
よろしくお願い致します。
/* SNSボタン */
.sns-follow-buttons a.follow-button {
	width: 40px;
	margin: 0 5px;
	border: 0;
	background: none !im...]]></description>
                        <content:encoded><![CDATA[<p>SNSフォローボタンを右寄りにしたいと思っています。</p>
<p>現在のコードではなぜか勝手に左寄りになってしまいます。</p>
<p>よろしくお願い致します。</p>
<pre contenteditable="false">/* SNSボタン */
.sns-follow-buttons a.follow-button {
	width: 40px;
	margin: 0 5px;
	border: 0;
	background: none !important;
	font-size: 32px;
	color: #000000;
	justify-content: flex-end;
}</pre>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/cocoon-theme/">Cocoonテーマに関する質問</category>                        <dc:creator>trifo</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/cocoon-theme/sns%e3%83%95%e3%82%a9%e3%83%ad%e3%83%bc%e3%83%9c%e3%82%bf%e3%83%b3%e3%81%ae%e4%bd%8d%e7%bd%ae/#post-60716</guid>
                    </item>
							        </channel>
        </rss>
		