<?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: Tables not showing properly in mobile device</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/tables-not-showing-properly-in-mobile-device/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/tables-not-showing-properly-in-mobile-device/feed/</link>
		<description></description>
		<pubDate>Wed, 20 May 2026 17:14:12 +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/tables-not-showing-properly-in-mobile-device/#post-34976</guid>
					<title><![CDATA[Tables not showing properly in mobile device]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/tables-not-showing-properly-in-mobile-device/#post-34976</link>
					<pubDate>Tue, 21 Jul 2020 03:33:22 +0000</pubDate>
					<dc:creator>paulgian</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,<br />
I am trying to make the tables to be user friendly on mobile devices but they always go outside the border.</p>
<p>Example:</p>
<pre><code>
&lt;table class=&quot;aqua_table&quot;  width=&quot;100%&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th style=&quot;text-align: center;&quot;&gt;Excellent&lt;/th&gt;
&lt;th style=&quot;text-align: center;&quot;&gt;Very Good&lt;/th&gt;
&lt;th style=&quot;text-align: center;&quot;&gt;Good&lt;/th&gt;
&lt;th style=&quot;text-align: center;&quot;&gt;Fair/Poor&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Table %&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;54% - 58%&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;52% - 60%&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;51% - 64%&lt;/td&gt;
&lt;td&gt;Outside Ranges&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Depth %&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;62% - 66%&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;60% - 68%&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;56% - 70%&lt;/td&gt;
&lt;td&gt;Outside Ranges&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Polish/Symmetry&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot; colspan=&quot;2&quot;&gt;Excellent - Very Good&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;Good&lt;/td&gt;
&lt;td&gt;Outside Ranges&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Length to Width&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1.30 - 1.35&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1.25 - 1.29
1.36 - 1.40&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;1.20 - 1.24
1.41 - 1.45&lt;/td&gt;
&lt;td&gt;Outside Ranges&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Girdle Thickness&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot; colspan=&quot;2&quot;&gt;Thin – Slightly Thick&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;V. Thin – Thick&lt;/td&gt;
&lt;td&gt;Outside Ranges&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Culet Size&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;None&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;Very Small&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;Small&lt;/td&gt;
&lt;td&gt;Outside Ranges&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;</code></pre>
<p>This is what a screenshot of the rendered table looks like on my phone. Can you help offer guidance to fix this?</p>
<p><a href="https://ibb.co/qD9fTDt" rel="nofollow">https://ibb.co/qD9fTDt</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/tables-not-showing-properly-in-mobile-device/#post-34977</guid>
					<title><![CDATA[Reply To: Tables not showing properly in mobile device]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/tables-not-showing-properly-in-mobile-device/#post-34977</link>
					<pubDate>Tue, 21 Jul 2020 08:19:21 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Paul,</p>
<p>You can easily address this with a wrapper DIV and some custom CSS, here&#8217;s how:</p>
<p><a href="https://jsfiddle.net/mjke6o7a/" rel="nofollow">https://jsfiddle.net/mjke6o7a/</a></p>
<p>If you need help implementing let me have your credentials/url and I will set it up for you. <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

