<?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>BlueOwlCreative  &#187;  Topic: Number of products on mobile navigation</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/number-of-products-on-mobile-navigation/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/number-of-products-on-mobile-navigation/feed/</link>
		<description></description>
		<pubDate>Thu, 11 Jun 2026 01:54:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/number-of-products-on-mobile-navigation/#post-34821</guid>
					<title><![CDATA[Number of products on mobile navigation]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/number-of-products-on-mobile-navigation/#post-34821</link>
					<pubDate>Wed, 20 May 2020 16:43:49 +0000</pubDate>
					<dc:creator>Prinzsama</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,<br />
I have 2 questions please :<br />
First of all, i want to show only products one by one on mobile navigation.<br />
Now they appear 2 by 2<br />
I want to show products one by one on navigation mobile.</p>
<p>After that i want to reduce height of the fortuna heading in contact page, because the picture is too big.</p>
<p>Thank you</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/number-of-products-on-mobile-navigation/#post-34824</guid>
					<title><![CDATA[Reply To: Number of products on mobile navigation]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/number-of-products-on-mobile-navigation/#post-34824</link>
					<pubDate>Thu, 21 May 2020 13:50:35 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>What&#8217;s your URL please? Two products on which page?<br />
Which contact page, URL please, we have quite a few contact pages in the Demo, maybe you want to show me yours?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/number-of-products-on-mobile-navigation/#post-34828</guid>
					<title><![CDATA[Reply To: Number of products on mobile navigation]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/number-of-products-on-mobile-navigation/#post-34828</link>
					<pubDate>Thu, 21 May 2020 21:43:06 +0000</pubDate>
					<dc:creator>Prinzsama</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/number-of-products-on-mobile-navigation/#post-34830</guid>
					<title><![CDATA[Reply To: Number of products on mobile navigation]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/number-of-products-on-mobile-navigation/#post-34830</link>
					<pubDate>Fri, 22 May 2020 12:17:47 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Sure, try adding this to either your Theme Options -> Custom CSS or your Child theme&#8217;s CSS file:</p>
<pre><code>@media only screen and (max-width: 768px) {
 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
   width: 100%!important;
 }
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/number-of-products-on-mobile-navigation/#post-34832</guid>
					<title><![CDATA[Reply To: Number of products on mobile navigation]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/number-of-products-on-mobile-navigation/#post-34832</link>
					<pubDate>Fri, 22 May 2020 21:46:13 +0000</pubDate>
					<dc:creator>Prinzsama</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/number-of-products-on-mobile-navigation/#post-34838</guid>
					<title><![CDATA[Reply To: Number of products on mobile navigation]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/number-of-products-on-mobile-navigation/#post-34838</link>
					<pubDate>Sun, 24 May 2020 07:55:57 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Oh, how about this then <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" />  :</p>
<pre><code>@media only screen and (max-width: 768px) {
 .content_body .woocommerce ul.products li.product, 
 .content_body .woocommerce-page ul.products li.product {
   width: 100%!important;
 }
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/number-of-products-on-mobile-navigation/#post-34882</guid>
					<title><![CDATA[Reply To: Number of products on mobile navigation]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/number-of-products-on-mobile-navigation/#post-34882</link>
					<pubDate>Tue, 26 May 2020 21:19:13 +0000</pubDate>
					<dc:creator>Prinzsama</dc:creator>

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

					
					
				</item>

					
		
	</channel>
	</rss>

