<?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>My button won&#039;t center. &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/my-button-wont-center/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/my-button-wont-center/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 04:15:00 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/my-button-wont-center/#post-156179</guid>
					<title><![CDATA[My button won&#039;t center.]]></title>
					<link>https://theme.co/archive/forums/topic/my-button-wont-center/#post-156179</link>
					<pubDate>Mon, 01 Dec 2014 23:32:50 +0000</pubDate>
					<dc:creator>jerkington</dc:creator>

					<description>
						<![CDATA[
						<p>Hey there,</p>
<p>My button won&#8217;t center and I&#8217;m not sure why. I had this problem before and I entered this CSS<br />
.x-btn-circle-wrap {<br />
    display:block !important;<br />
    text-align:center !important;<br />
}</p>
<p>And it fixed it. But for some reason, it&#8217;s not working anymore. I&#8217;ve even wrapped the button in a div align center HTML tag.</p>
<p>The button is on <a href="http://www.verysimplemarketing.com" rel="nofollow">http://www.verysimplemarketing.com</a>. You&#8217;ll see it when you scroll down.</p>
<p>Thanks,</p>
<p>Pete</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/my-button-wont-center/#post-156184</guid>
					<title><![CDATA[Reply To: My button won&#039;t center.]]></title>
					<link>https://theme.co/archive/forums/topic/my-button-wont-center/#post-156184</link>
					<pubDate>Mon, 01 Dec 2014 23:49:00 +0000</pubDate>
					<dc:creator>jerkington</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve been playing around and noticed something strange &#8212; when I select the &#8216;marketing circle&#8217; option the button centers. But when I remove it, it goes back to the left hand side.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/my-button-wont-center/#post-156186</guid>
					<title><![CDATA[Reply To: My button won&#039;t center.]]></title>
					<link>https://theme.co/archive/forums/topic/my-button-wont-center/#post-156186</link>
					<pubDate>Mon, 01 Dec 2014 23:51:09 +0000</pubDate>
					<dc:creator>jerkington</dc:creator>

					<description>
						<![CDATA[
						<p>Anywho, never mind. I&#8217;ve decided to make the button full width.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/my-button-wont-center/#post-156309</guid>
					<title><![CDATA[Reply To: My button won&#039;t center.]]></title>
					<link>https://theme.co/archive/forums/topic/my-button-wont-center/#post-156309</link>
					<pubDate>Tue, 02 Dec 2014 04:52:34 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in!</p>
<p>Add the following CSS rule into your Customizer, <strong>Custom &gt; CSS</strong> section using the menu <strong>Appearance -&gt; Customize</strong>. </p>
<pre><code>.my-button-center{
    display: block;
    margin: 0 auto;
    width: 20%;
}</code></pre>
<p>Then add the class &#8220;my-button-center&#8221; into your button code (class=&#8221;my-button-center&#8221;).</p>
<p>Hope that helps!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/my-button-wont-center/#post-334367</guid>
					<title><![CDATA[Reply To: My button won&#039;t center.]]></title>
					<link>https://theme.co/archive/forums/topic/my-button-wont-center/#post-334367</link>
					<pubDate>Sun, 19 Jul 2015 23:08:37 +0000</pubDate>
					<dc:creator>WPH2o</dc:creator>

					<description>
						<![CDATA[
						<p>This fails.</p>
<p>I added this to the customize.php Custom &gt; CSS</p>
<pre><code>
.my-button-center {
    display: block;
    margin: 0 auto;
    text-align: center !important;
    float: center; /* the non-existent, and most in demand (and obvious) CSS attribute ever */
}
</code></pre>
<p>&#8230;and I added the class to the button short code:</p>
<pre><code>
&lt;p style=&quot;text-align: center;&quot;&gt;[button shape=&quot;pill&quot; size=&quot;x-large&quot; float=&quot;none&quot; circle=&quot;true&quot; href=&quot;#&quot; title=&quot;title attribute text&quot; info=&quot;tooltip&quot; info_place=&quot;top&quot; info_trigger=&quot;hover&quot; info_content=&quot;hover info content&quot; class=&quot;my-button-center&quot;]This is the CTA Button text[/button]&lt;/p&gt;
</code></pre>
<p>&#8230;even with the forced centered paragraph mark up the damn button still floats left.</p>
<p>What can I do?</p>
<p>What if X-Themes offered a CENTER setting in all the options for the shortcodes? THAT would help everyone! 🙂</p>
<p>Thank you, </p>
<p>Chris</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/my-button-wont-center/#post-334372</guid>
					<title><![CDATA[Reply To: My button won&#039;t center.]]></title>
					<link>https://theme.co/archive/forums/topic/my-button-wont-center/#post-334372</link>
					<pubDate>Sun, 19 Jul 2015 23:23:01 +0000</pubDate>
					<dc:creator>WPH2o</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve tried adding a width: 100%; to the CSS and it fails.</p>
<p>If I set the width to be 1050px then it centers and stretches the whole button and circle image to fit. However then it&#8217;s 100% not responsive.</p>
<p>Because it&#8217;s damn near impossible to ever center any shortcode element in WordPress this really would be a wonderful thing to add to all the settings for all the X-Themes shortcodes.</p>
<p>Unfortunately this means that all the marketing buttons I must use must be full width (sometimes that&#8217;s ugly, and not what is desired).</p>
<p>Chris</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/my-button-wont-center/#post-334377</guid>
					<title><![CDATA[Reply To: My button won&#039;t center.]]></title>
					<link>https://theme.co/archive/forums/topic/my-button-wont-center/#post-334377</link>
					<pubDate>Sun, 19 Jul 2015 23:26:49 +0000</pubDate>
					<dc:creator>WPH2o</dc:creator>

					<description>
						<![CDATA[
						<p>I gave up and added a Callout which has the centering ability!</p>
<pre><code>
[callout type=&quot;center&quot; title=&quot;Callout Title&quot; message=&quot;Callout message goes here&quot; button_text=&quot;CTA Button Text&quot; button_icon=&quot;adjust&quot; circle=&quot;true&quot; href=&quot;#&quot;]
</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/my-button-wont-center/#post-334461</guid>
					<title><![CDATA[Reply To: My button won&#039;t center.]]></title>
					<link>https://theme.co/archive/forums/topic/my-button-wont-center/#post-334461</link>
					<pubDate>Mon, 20 Jul 2015 02:29:18 +0000</pubDate>
					<dc:creator>Lely</dc:creator>

					<description>
						<![CDATA[
						<p>Hello Chris,</p>
<p>Glad callout is working for you now. Above suggestion should only work if the <strong>width</strong> attribute is set. You don&#8217;t have to set it to definite 1050px but rather you can user percentage like <strong>width:50%;</strong> so it will still be responsive. If you are willing to try to test the button again give the link with button in it we can check that for you.</p>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/my-button-wont-center/#post-638069</guid>
					<title><![CDATA[Reply To: My button won&#039;t center.]]></title>
					<link>https://theme.co/archive/forums/topic/my-button-wont-center/#post-638069</link>
					<pubDate>Sat, 24 Oct 2015 18:08:31 +0000</pubDate>
					<dc:creator>WPH2o</dc:creator>

					<description>
						<![CDATA[
						<p>Hello, </p>
<p>I&#8217;m on  a new site and WISHING there was a setting in buttons to CENTER them.</p>
<p>Again, I&#8217;ve given up and am using the Callout.</p>
<p>Come on guys&#8211;add the same left &#8211; center &#8211; right settings to buttons&#8211;it&#8217;s the same thing as done on Callout buttons!.</p>
<p>Thanks for listening and improving this one little thing on Button Settings.</p>
<p>Chris</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/my-button-wont-center/#post-638312</guid>
					<title><![CDATA[Reply To: My button won&#039;t center.]]></title>
					<link>https://theme.co/archive/forums/topic/my-button-wont-center/#post-638312</link>
					<pubDate>Sun, 25 Oct 2015 00:53:15 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Chris,</p>
<p>We certainly appreciate the feedback! This is something we can add to our list of feature requests. This way it can be taken into consideration for future development. All of these items are discussed with our team internally. Once our developers have this feature, it will be updated and will be rolled out in our future update release.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

