<?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 align button on the right &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-to-align-button-on-the-right/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-to-align-button-on-the-right/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 13:25:54 +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-align-button-on-the-right/#post-134380</guid>
					<title><![CDATA[How to align button on the right]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-align-button-on-the-right/#post-134380</link>
					<pubDate>Wed, 29 Oct 2014 13:37:33 +0000</pubDate>
					<dc:creator>Bruno R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,<br />
I&#8217;m trying to align transparent square button on the right side and they always stay on the left. How can I change that? We try to use short code given on the demo page but it doesn&#8217;t work either. It is write this way for now:</p>
<p>[icon type=&#8221;plus-circle&#8221; float=&#8221;right&#8221;]For more information</p>
<p>This is my page :<a href="http://gbdesign-studio.com/duchesne/" rel="nofollow">http://gbdesign-studio.com/duchesne/</a> </p>
<p>All the buttons below text on the right columns are supposed to be align to the right.</p>
<p>thank you! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-align-button-on-the-right/#post-134591</guid>
					<title><![CDATA[Reply To: How to align button on the right]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-align-button-on-the-right/#post-134591</link>
					<pubDate>Wed, 29 Oct 2014 19:24:16 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>Add a special class to those buttons (<strong>class=&#8221;my-right-btn&#8221;</strong>) and use following CSS rule below, place it into your Customizer, <strong>Custom &gt; CSS</strong> section using the menu <strong>Appearance -&gt; Customize</strong>. </p>
<p><code>[button class=&quot;my-right-btn&quot; href=&quot;#&quot; title=&quot;Title&quot; target=&quot;blank&quot; shape=&quot;square&quot; size=&quot;mini&quot;  icon_only=&quot;true&quot;] My Button [/button]</code></p>
<pre><code>.my-right-btn {
    float: right;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

