<?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>WooCommerce Add to Cart button positioning &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/woocommerce-add-to-cart-button-positioning/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/woocommerce-add-to-cart-button-positioning/feed/</link>
		<description></description>
		<lastBuildDate>Thu, 16 Oct 2025 19:26:51 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-add-to-cart-button-positioning/#post-287058</guid>
					<title><![CDATA[WooCommerce Add to Cart button positioning]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-add-to-cart-button-positioning/#post-287058</link>
					<pubDate>Sat, 30 May 2015 23:55:06 +0000</pubDate>
					<dc:creator>anthonytkim</dc:creator>

					<description>
						<![CDATA[
						<p>I can&#8217;t find any settings to edit the placement of this button, but I need to move it from being on the thumbnail image to being under the product price. I also would like to make the button full width of the thumbnail image. I&#8217;m assuming that I could edit it with some CSS hacks but can&#8217;t find the right class id&#8217;s to move.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-add-to-cart-button-positioning/#post-287490</guid>
					<title><![CDATA[Reply To: WooCommerce Add to Cart button positioning]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-add-to-cart-button-positioning/#post-287490</link>
					<pubDate>Sun, 31 May 2015 09:27:55 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for posting in! </p>
<p>To move it from being on the thumbnail image to being under the product price, please add the following css code in the customizer, <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong></p>
<pre><code>.woocommerce li.product .entry-header .button, 
.woocommerce-page li.product .entry-header .button {
   position: relative;
   margin-top: 10px;
   display: block;
   top: auto;
   left: auto;
   opacity: 1;
}</code></pre>
<p>Let us know if this has been helpful to you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-add-to-cart-button-positioning/#post-293993</guid>
					<title><![CDATA[Reply To: WooCommerce Add to Cart button positioning]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-add-to-cart-button-positioning/#post-293993</link>
					<pubDate>Sat, 06 Jun 2015 01:39:38 +0000</pubDate>
					<dc:creator>anthonytkim</dc:creator>

					<description>
						<![CDATA[
						<p>Worked great, thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-add-to-cart-button-positioning/#post-294632</guid>
					<title><![CDATA[Reply To: WooCommerce Add to Cart button positioning]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-add-to-cart-button-positioning/#post-294632</link>
					<pubDate>Sun, 07 Jun 2015 00:53:23 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>You are most welcome!<br />
We are glad we were able to help you out.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-add-to-cart-button-positioning/#post-327149</guid>
					<title><![CDATA[Reply To: WooCommerce Add to Cart button positioning]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-add-to-cart-button-positioning/#post-327149</link>
					<pubDate>Sat, 11 Jul 2015 05:54:50 +0000</pubDate>
					<dc:creator>NightFox</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Can you please help me to get the add to cart button and the # picker on the same line?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-add-to-cart-button-positioning/#post-327150</guid>
					<title><![CDATA[Reply To: WooCommerce Add to Cart button positioning]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-add-to-cart-button-positioning/#post-327150</link>
					<pubDate>Sat, 11 Jul 2015 05:56:20 +0000</pubDate>
					<dc:creator>NightFox</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-add-to-cart-button-positioning/#post-327157</guid>
					<title><![CDATA[Reply To: WooCommerce Add to Cart button positioning]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-add-to-cart-button-positioning/#post-327157</link>
					<pubDate>Sat, 11 Jul 2015 06:09:53 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>Please add this too 🙂</p>
<pre><code>.woocommerce .quantity, .woocommerce-page .quantity {
  display: inline-block;
}</code></pre>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-add-to-cart-button-positioning/#post-329702</guid>
					<title><![CDATA[Reply To: WooCommerce Add to Cart button positioning]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-add-to-cart-button-positioning/#post-329702</link>
					<pubDate>Tue, 14 Jul 2015 11:22:13 +0000</pubDate>
					<dc:creator>MexConcept</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, this is awesome! could you just tell us how to place a little space between the #picker and button?</p>
<p><a href="http://screencast.com/t/ubFTKT9yVRIS" rel="nofollow">http://screencast.com/t/ubFTKT9yVRIS</a></p>
<p>thanks guys!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-add-to-cart-button-positioning/#post-329706</guid>
					<title><![CDATA[Reply To: WooCommerce Add to Cart button positioning]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-add-to-cart-button-positioning/#post-329706</link>
					<pubDate>Tue, 14 Jul 2015 11:26:09 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Please try following CSS:</p>
<pre><code>button.single_add_to_cart_button {
    margin-left: 15px;
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-add-to-cart-button-positioning/#post-329725</guid>
					<title><![CDATA[Reply To: WooCommerce Add to Cart button positioning]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-add-to-cart-button-positioning/#post-329725</link>
					<pubDate>Tue, 14 Jul 2015 12:05:28 +0000</pubDate>
					<dc:creator>MexConcept</dc:creator>

					<description>
						<![CDATA[
						<p>Rocks like a star! thanks!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

