<?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: Respponsive Issues on Mobile</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/respponsive-issues-on-mobile/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/respponsive-issues-on-mobile/feed/</link>
		<description></description>
		<pubDate>Wed, 26 Aug 2026 02:06:50 +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/respponsive-issues-on-mobile/#post-30120</guid>
					<title><![CDATA[Respponsive Issues on Mobile]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/respponsive-issues-on-mobile/#post-30120</link>
					<pubDate>Tue, 11 Oct 2016 16:35:23 +0000</pubDate>
					<dc:creator>katelyn</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I am working a new client&#8217;s site who bought your theme on my recommendation, here&#8217;s the site on my staging server </p>
<p><a href="http://freelancerdemo.com/idy/" rel="nofollow">http://freelancerdemo.com/idy/</a></p>
<p>The issue is that the menu is not responsive undr the following resolutions</p>
<p>1280&#215;1024, 1280&#215;800, 1280&#215;768, 1152&#215;864, 1024&#215;768 </p>
<p>Testted it on a Ipad landscape and the menu breakss to next line, can you please help me fix this,</p>
<p>PS &#8211; My support for this login ends in a day and can i create duplicate logins for this clients new purchase for the support forum ?</p>
<p>Faster help would be great, client is pissed and i dont want him blaming such a great theme, </p>
<p>Regards</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/respponsive-issues-on-mobile/#post-30122</guid>
					<title><![CDATA[Reply To: Respponsive Issues on Mobile]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/respponsive-issues-on-mobile/#post-30122</link>
					<pubDate>Tue, 11 Oct 2016 16:54:14 +0000</pubDate>
					<dc:creator>katelyn</dc:creator>

					<description>
						<![CDATA[
						<p>added the following but still no change</p>
<p>@media only screen and (min-width: 1018px) and (max-width: 1280px) {</p>
<p>	#menu &gt; ul &gt; li &gt; a { padding-left: 9px; padding-right: 2px;}</p>
<p>}</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/respponsive-issues-on-mobile/#post-30126</guid>
					<title><![CDATA[Reply To: Respponsive Issues on Mobile]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/respponsive-issues-on-mobile/#post-30126</link>
					<pubDate>Wed, 12 Oct 2016 08:13:37 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>The menu switches to responsive menu below 1018px width.<br />
Indeed, you are correct about simply trying to reduce the padding of the items for smaller screens!</p>
<p>Try adding this to reduce that padding further:</p>
<pre><code>@media only screen and (max-width: 1280px) and (min-width: 1018px){
#menu &gt; ul &gt; li &gt; a {
    padding-left: 7px;
    padding-right: 7px;
}
}</code></pre>
<p>seems to be doing to trick at the moment, no? <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/respponsive-issues-on-mobile/#post-30130</guid>
					<title><![CDATA[Reply To: Respponsive Issues on Mobile]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/respponsive-issues-on-mobile/#post-30130</link>
					<pubDate>Wed, 12 Oct 2016 11:44:31 +0000</pubDate>
					<dc:creator>katelyn</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/respponsive-issues-on-mobile/#post-30133</guid>
					<title><![CDATA[Reply To: Respponsive Issues on Mobile]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/respponsive-issues-on-mobile/#post-30133</link>
					<pubDate>Thu, 13 Oct 2016 06:58:22 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>If you are using a different account for the purchase you can create a new account with it in the forum, sure. <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/respponsive-issues-on-mobile/#post-30138</guid>
					<title><![CDATA[Reply To: Respponsive Issues on Mobile]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/respponsive-issues-on-mobile/#post-30138</link>
					<pubDate>Thu, 13 Oct 2016 11:10:11 +0000</pubDate>
					<dc:creator>katelyn</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks m8, cheers </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

