<?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: Mobile Version</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/mobile-version-2/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-version-2/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 17:28:33 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-version-2/#post-23880</guid>
					<title><![CDATA[Mobile Version]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-version-2/#post-23880</link>
					<pubDate>Mon, 26 Oct 2015 13:51:36 +0000</pubDate>
					<dc:creator>emersonwelch</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Guys, is it possible to choose what is going to be shown on the mobile version????PLease let me know asap.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-version-2/#post-23881</guid>
					<title><![CDATA[Reply To: Mobile Version]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-version-2/#post-23881</link>
					<pubDate>Mon, 26 Oct 2015 14:01:10 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Yes, you can manage each Column&#8217;s responsive settings under Responsive Options tab.<br />
Anything specific you are trying to achieve that you are struggling with? Please attach a URL as well. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-version-2/#post-23882</guid>
					<title><![CDATA[Reply To: Mobile Version]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-version-2/#post-23882</link>
					<pubDate>Mon, 26 Oct 2015 14:56:45 +0000</pubDate>
					<dc:creator>emersonwelch</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-version-2/#post-23885</guid>
					<title><![CDATA[Reply To: Mobile Version]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-version-2/#post-23885</link>
					<pubDate>Mon, 26 Oct 2015 15:30:54 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, what exactly would you like to hide? You can easily create a custom class that you can assign to a specific element, then hide elements with that class under specific resolutions.<br />
I will help with this if you need further assistance! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-version-2/#post-23886</guid>
					<title><![CDATA[Reply To: Mobile Version]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-version-2/#post-23886</link>
					<pubDate>Mon, 26 Oct 2015 15:35:53 +0000</pubDate>
					<dc:creator>emersonwelch</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-version-2/#post-23889</guid>
					<title><![CDATA[Reply To: Mobile Version]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-version-2/#post-23889</link>
					<pubDate>Mon, 26 Oct 2015 16:32:57 +0000</pubDate>
					<dc:creator>emersonwelch</dc:creator>

					<description>
						<![CDATA[
						<p>Please, can you answer?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-version-2/#post-23911</guid>
					<title><![CDATA[Reply To: Mobile Version]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-version-2/#post-23911</link>
					<pubDate>Mon, 26 Oct 2015 22:18:53 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Sure mate,</p>
<p>Hi to you too,<br />
You can easily create a class for example named &#8220;hide_on_phone&#8221;, then add it for the elements you want to hide (a row in your case). Then add its CSS which would basically say, below this resolution (in the example below – 768px), hide whatever has that class:</p>
<pre><code>@media only screen and (max-width: 768px) {
 .hide_on_phone {
  display: none;
 }
}</code></pre>
<p>So add this to your Child theme CSS or your Theme Options -> Custom CSS and you are done. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-version-2/#post-23915</guid>
					<title><![CDATA[Reply To: Mobile Version]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-version-2/#post-23915</link>
					<pubDate>Tue, 27 Oct 2015 09:50:38 +0000</pubDate>
					<dc:creator>emersonwelch</dc:creator>

					<description>
						<![CDATA[
						<p>Hey so basically I add that code to the theme options (css) then on each row I put that class. But will it hide it just on mobile? What about ipad?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-version-2/#post-23919</guid>
					<title><![CDATA[Reply To: Mobile Version]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-version-2/#post-23919</link>
					<pubDate>Tue, 27 Oct 2015 12:29:04 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>it will hide it on any resolution below 768px so Ipad as well.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-version-2/#post-23923</guid>
					<title><![CDATA[Reply To: Mobile Version]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-version-2/#post-23923</link>
					<pubDate>Tue, 27 Oct 2015 14:09:39 +0000</pubDate>
					<dc:creator>emersonwelch</dc:creator>

					<description>
						<![CDATA[
						<p>ok thanks a lot</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

