<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>How to center tag cloud tags in widget &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-to-center-tag-cloud-tags-in-widget/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-to-center-tag-cloud-tags-in-widget/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 09:30:51 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-center-tag-cloud-tags-in-widget/#post-266454</guid>
					<title><![CDATA[How to center tag cloud tags in widget]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-center-tag-cloud-tags-in-widget/#post-266454</link>
					<pubDate>Tue, 05 May 2015 22:13:20 +0000</pubDate>
					<dc:creator>Andrew</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I installed the &#8220;amr shortcode any widget&#8221; plugin so that I can embed the default Tag Cloud widget onto my homepage using a shortcode. It worked out perfectly, and is stylized exactly the same, which is great. The only thing I can&#8217;t seem to figure out how to do is center the tags. I think this may be something to do with the default widget or the X Theme, and not the plugin.</p>
<p>Would you be able to tell me how to center them?</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-center-tag-cloud-tags-in-widget/#post-266456</guid>
					<title><![CDATA[Reply To: How to center tag cloud tags in widget]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-center-tag-cloud-tags-in-widget/#post-266456</link>
					<pubDate>Tue, 05 May 2015 22:13:47 +0000</pubDate>
					<dc:creator>Andrew</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-center-tag-cloud-tags-in-widget/#post-266606</guid>
					<title><![CDATA[Reply To: How to center tag cloud tags in widget]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-center-tag-cloud-tags-in-widget/#post-266606</link>
					<pubDate>Wed, 06 May 2015 02:31:54 +0000</pubDate>
					<dc:creator>Lely</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for giving us your site URL. To center tag clouds, please add the following code in your Customizer via Appearance &gt; Customize &gt; Custom &gt; CSS:</p>
<pre><code>.tagcloud{
  text-align:center;
}
.widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a{
  float:none;
}</code></pre>
<p>Hope this helps.<br />
Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-center-tag-cloud-tags-in-widget/#post-266638</guid>
					<title><![CDATA[Reply To: How to center tag cloud tags in widget]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-center-tag-cloud-tags-in-widget/#post-266638</link>
					<pubDate>Wed, 06 May 2015 03:12:07 +0000</pubDate>
					<dc:creator>Andrew</dc:creator>

					<description>
						<![CDATA[
						<p>That is PERFECT for the homepage. Is it possible to center them for that space but keep them aligned left in the footer widget? If it is too complicated then don&#8217;t worry about it, since it isn&#8217;t a big issue for me at all.</p>
<p>Thank you!!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-center-tag-cloud-tags-in-widget/#post-266752</guid>
					<title><![CDATA[Reply To: How to center tag cloud tags in widget]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-center-tag-cloud-tags-in-widget/#post-266752</link>
					<pubDate>Wed, 06 May 2015 06:37:03 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>Use the following CSS rule instead. </p>
<pre><code>
.entry-wrap .x-container .tagcloud {
    text-align: center;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

