<?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: Hiding row on ipad</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/hiding-row-on-ipad/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/hiding-row-on-ipad/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 01:31:26 +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/hiding-row-on-ipad/#post-24676</guid>
					<title><![CDATA[Hiding row on ipad]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/hiding-row-on-ipad/#post-24676</link>
					<pubDate>Mon, 16 Nov 2015 12:32:16 +0000</pubDate>
					<dc:creator>emersonwelch</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, few weeks ago you gave me a class to set up in order to hide columns on phone (hide_on_phone). It works but it does not delete rows on ipad (orizontal view). How can I fix this problem?</p>
<p>have a look from an ipad if you can: <a href="http://touchsystems.co.uk/top-business-management-software-tools/" rel="nofollow">http://touchsystems.co.uk/top-business-management-software-tools/</a></p>
<p>before the call to action in blue LEARN MORE ABOUT OUR COMPANY, there is a grey background visible that I used in a row. How can I delete it?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/hiding-row-on-ipad/#post-24680</guid>
					<title><![CDATA[Reply To: Hiding row on ipad]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/hiding-row-on-ipad/#post-24680</link>
					<pubDate>Mon, 16 Nov 2015 15:21:04 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Where do you have the CSS for that class defined?  &#8220;hide_on_phone&#8221;</p>
<p>I can see you are currently hiding some columns via their Responsive Options.<br />
If you want to use a class like this I would simply set some special CSS for it globally like so:</p>
<pre><code>@media (max-width: 768px){
.hide_on_phone {
display: none;
}
}</code></pre>
<p>This would hide everything with this class below 768px resolution.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/hiding-row-on-ipad/#post-24708</guid>
					<title><![CDATA[Reply To: Hiding row on ipad]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/hiding-row-on-ipad/#post-24708</link>
					<pubDate>Tue, 17 Nov 2015 08:47:39 +0000</pubDate>
					<dc:creator>emersonwelch</dc:creator>

					<description>
						<![CDATA[
						<p>I got this one. Is not good?</p>
<p>}<br />
@media only screen and (max-width: 768px) {<br />
 .hide_on_phone {<br />
  display: none;<br />
 }</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/hiding-row-on-ipad/#post-24723</guid>
					<title><![CDATA[Reply To: Hiding row on ipad]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/hiding-row-on-ipad/#post-24723</link>
					<pubDate>Tue, 17 Nov 2015 10:37:28 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>No&#8230;</p>
<p>Wrong placement of the curly bracket&#8230; Use the code I gave you above. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

