<?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>Adjust Woocommerce responsiveness &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/adjust-woocommerce-responsiveness/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/adjust-woocommerce-responsiveness/feed/</link>
		<description></description>
		<lastBuildDate>Wed, 05 Nov 2025 09:16:36 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/adjust-woocommerce-responsiveness/#post-37559</guid>
					<title><![CDATA[Adjust Woocommerce responsiveness]]></title>
					<link>https://theme.co/archive/forums/topic/adjust-woocommerce-responsiveness/#post-37559</link>
					<pubDate>Sun, 27 Apr 2014 00:14:12 +0000</pubDate>
					<dc:creator>Matt M</dc:creator>

					<description>
						<![CDATA[
						<p>I would like to show 2 products (or even 3) per row when viewed on a mobile device (rather than one). Currently, I can only change the number of products per row when the screen is larger.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adjust-woocommerce-responsiveness/#post-37739</guid>
					<title><![CDATA[Reply To: Adjust Woocommerce responsiveness]]></title>
					<link>https://theme.co/archive/forums/topic/adjust-woocommerce-responsiveness/#post-37739</link>
					<pubDate>Sun, 27 Apr 2014 20:38:41 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Matt,</p>
<p>Thank you for writing in!</p>
<p>Could I request a url address that I can check? I could give you a css specific to you site. Which will enable it to show 2 to 3 columns on mobile device.</p>
<p>And which mobile devices you&#8217;re targeting? To be more specific what screen size?</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adjust-woocommerce-responsiveness/#post-38201</guid>
					<title><![CDATA[Reply To: Adjust Woocommerce responsiveness]]></title>
					<link>https://theme.co/archive/forums/topic/adjust-woocommerce-responsiveness/#post-38201</link>
					<pubDate>Mon, 28 Apr 2014 20:15:41 +0000</pubDate>
					<dc:creator>Matt M</dc:creator>

					<description>
						<![CDATA[
						<p>I am working on livefitapparel.net, but it isn&#8217;t live right now. I am using a maintenance mode type plugin.</p>
<p>It looks like 480px width is where it switches over to 1 product per row currently. I am not targeting any specific mobile device, but I imagine the iPhone sized screen is about the smallest we would be worried about. </p>
<p>So basically, anytime the theme would default to 1 product per row, I want that to be 2 products per row (or 3). </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adjust-woocommerce-responsiveness/#post-38363</guid>
					<title><![CDATA[Reply To: Adjust Woocommerce responsiveness]]></title>
					<link>https://theme.co/archive/forums/topic/adjust-woocommerce-responsiveness/#post-38363</link>
					<pubDate>Tue, 29 Apr 2014 04:03:51 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there!</p>
<p>Thank you for using the theme!</p>
<p>Please use this on Customizer &gt; Custom &gt; CSS:</p>
<pre><code>@media (max-width: 480px) {
.woocommerce .cols-2 li.product, .woocommerce .cols-3 li.product, .woocommerce .cols-4 li.product, .woocommerce.columns-2 li.product, .woocommerce.columns-3 li.product, .woocommerce.columns-4 li.product {
width: 48%;
}
}</code></pre>
<p>I hope that helps. Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adjust-woocommerce-responsiveness/#post-38986</guid>
					<title><![CDATA[Reply To: Adjust Woocommerce responsiveness]]></title>
					<link>https://theme.co/archive/forums/topic/adjust-woocommerce-responsiveness/#post-38986</link>
					<pubDate>Wed, 30 Apr 2014 19:04:35 +0000</pubDate>
					<dc:creator>Matt M</dc:creator>

					<description>
						<![CDATA[
						<p>Works great! Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adjust-woocommerce-responsiveness/#post-39188</guid>
					<title><![CDATA[Reply To: Adjust Woocommerce responsiveness]]></title>
					<link>https://theme.co/archive/forums/topic/adjust-woocommerce-responsiveness/#post-39188</link>
					<pubDate>Thu, 01 May 2014 03:16:15 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>Glad it is working. Don&#8217;t hesitate to ask us if you have any questions. Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adjust-woocommerce-responsiveness/#post-40290</guid>
					<title><![CDATA[Reply To: Adjust Woocommerce responsiveness]]></title>
					<link>https://theme.co/archive/forums/topic/adjust-woocommerce-responsiveness/#post-40290</link>
					<pubDate>Sun, 04 May 2014 05:09:32 +0000</pubDate>
					<dc:creator>Jameson</dc:creator>

					<description>
						<![CDATA[
						<p>That helped me too, thanks! Was afraid of necroposting, but this was just a few days ago, so.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adjust-woocommerce-responsiveness/#post-40309</guid>
					<title><![CDATA[Reply To: Adjust Woocommerce responsiveness]]></title>
					<link>https://theme.co/archive/forums/topic/adjust-woocommerce-responsiveness/#post-40309</link>
					<pubDate>Sun, 04 May 2014 06:38:21 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome Jameson.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adjust-woocommerce-responsiveness/#post-301485</guid>
					<title><![CDATA[Reply To: Adjust Woocommerce responsiveness]]></title>
					<link>https://theme.co/archive/forums/topic/adjust-woocommerce-responsiveness/#post-301485</link>
					<pubDate>Sun, 14 Jun 2015 16:32:52 +0000</pubDate>
					<dc:creator>astratelli</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Would you please be able to help me do the opposite for my site? I am trying to get 1 product per row for my mobile site <a href="http://www.astratelli.com" rel="nofollow">http://www.astratelli.com</a>.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adjust-woocommerce-responsiveness/#post-301576</guid>
					<title><![CDATA[Reply To: Adjust Woocommerce responsiveness]]></title>
					<link>https://theme.co/archive/forums/topic/adjust-woocommerce-responsiveness/#post-301576</link>
					<pubDate>Sun, 14 Jun 2015 18:04:16 +0000</pubDate>
					<dc:creator>Rupok</dc:creator>

					<description>
						<![CDATA[
						<p>Hello astratelli,</p>
<p>I can see one product on mobile view for the first page. Let me know on which page you want the change. I&#8217;ll assist you to achieve that.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

