<?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>Problems Responsive Design on iPad Portrait is not good &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/problems-responsive-design-on-ipad-portrait-is-not-good/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/problems-responsive-design-on-ipad-portrait-is-not-good/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 11:50:20 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/problems-responsive-design-on-ipad-portrait-is-not-good/#post-209430</guid>
					<title><![CDATA[Problems Responsive Design on iPad Portrait is not good]]></title>
					<link>https://theme.co/archive/forums/topic/problems-responsive-design-on-ipad-portrait-is-not-good/#post-209430</link>
					<pubDate>Wed, 18 Feb 2015 18:21:48 +0000</pubDate>
					<dc:creator>MuziekGeluk</dc:creator>

					<description>
						<![CDATA[
						<p>Goodevening Support team, </p>
<p>This week i published my new redesign website in WordPress with Theme X, it looks great.<br />
But when i test it on several devices i see that my iPad is not responce as i expected.<br />
In landscape it&#8217;s fine but not it&#8217;s in portrait.</p>
<p>It shows my mobile menu when there is enough room to show entire navbar menu, i&#8217;am using the stack Renew.<br />
What can i do to fix this problem, is the solution to add an css media query.</p>
<p>My website is <a href="http://www.alzheimermuziekgeluk.nl" rel="nofollow">http://www.alzheimermuziekgeluk.nl</a></p>
<p>Looking forward to your wise advice to solve this.</p>
<p>Kinds Regards<br />
Ignar Rip</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/problems-responsive-design-on-ipad-portrait-is-not-good/#post-209712</guid>
					<title><![CDATA[Reply To: Problems Responsive Design on iPad Portrait is not good]]></title>
					<link>https://theme.co/archive/forums/topic/problems-responsive-design-on-ipad-portrait-is-not-good/#post-209712</link>
					<pubDate>Thu, 19 Feb 2015 00:34:55 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Ignar,</p>
<p>I&#8217;ve look into to your site and created a series of screenshots.</p>
<p>ipad mini: <a href="http://prntscr.com/66xibp" rel="nofollow">http://prntscr.com/66xibp</a><br />
ipad 3: <a href="http://prntscr.com/66xig0" rel="nofollow">http://prntscr.com/66xig0</a><br />
Android: <a href="http://prntscr.com/66xigi" rel="nofollow">http://prntscr.com/66xigi</a><br />
iphone4s: <a href="http://prntscr.com/66xlxp" rel="nofollow">http://prntscr.com/66xlxp</a><br />
iphone5s: <a href="http://prntscr.com/66xl5p" rel="nofollow">http://prntscr.com/66xl5p</a></p>
<p>It looks okay on my end. Would you mind taking a screenshot for me so that I can investigate further? </p>
<p>Please let us know</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/problems-responsive-design-on-ipad-portrait-is-not-good/#post-209880</guid>
					<title><![CDATA[Reply To: Problems Responsive Design on iPad Portrait is not good]]></title>
					<link>https://theme.co/archive/forums/topic/problems-responsive-design-on-ipad-portrait-is-not-good/#post-209880</link>
					<pubDate>Thu, 19 Feb 2015 06:24:59 +0000</pubDate>
					<dc:creator>MuziekGeluk</dc:creator>

					<description>
						<![CDATA[
						<p>Support team,</p>
<p>Thank you for taking time to look at our website, it stills looks not good.</p>
<p>Landscape on my iPad Air2 is Good, looking at the Navbar menu on Portrait it&#8217;s not good. With previous website there was no problem to show all menu items of the menu.</p>
<p>Here are my two screenshots : Landscape and Portrait.</p>
<p><img decoding="async" src="http://prntscr.com/67088f" alt="Landscape iPad Air2" /><br />
<img decoding="async" src="http://prntscr.com/67087e" alt="Portrait iPad Air2" /></p>
<p>Thank you for time and answer</p>
<p>Ignar Rip</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/problems-responsive-design-on-ipad-portrait-is-not-good/#post-210164</guid>
					<title><![CDATA[Reply To: Problems Responsive Design on iPad Portrait is not good]]></title>
					<link>https://theme.co/archive/forums/topic/problems-responsive-design-on-ipad-portrait-is-not-good/#post-210164</link>
					<pubDate>Thu, 19 Feb 2015 15:33:31 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for updating the thread!You can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong> or in your child theme&#8217;s <strong>style.css</strong> file.</p>
<pre><code>@media (max-width: 979px) {

    a.x-btn-navbar.collapsed {
        display: none;
    }

    nav.x-nav-wrap.desktop {
        display: block;
    }
        nav.x-nav-wrap.desktop li a span {
        display: block;
    }
    
    .x-navbar .desktop .x-nav&gt;li&gt;a {
        padding: 0.575em 0.4em 0.525em;
    }
}</code></pre>
<p>Let us know how that goes. Hope this helps &#8211; thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/problems-responsive-design-on-ipad-portrait-is-not-good/#post-210431</guid>
					<title><![CDATA[Reply To: Problems Responsive Design on iPad Portrait is not good]]></title>
					<link>https://theme.co/archive/forums/topic/problems-responsive-design-on-ipad-portrait-is-not-good/#post-210431</link>
					<pubDate>Thu, 19 Feb 2015 21:09:34 +0000</pubDate>
					<dc:creator>MuziekGeluk</dc:creator>

					<description>
						<![CDATA[
						<p>Dear Support Team,</p>
<p>Yes it looks much better, only one thing to make it perfect. When i scroll the page the menu in Portrait mode on my iPad is not Sticky. In landscape the navbar is Sticky when i scroll down through the page.</p>
<p>Can i make it sticky on Portrait and how ??</p>
<p>Thank you for time </p>
<p>Kind Regards</p>
<p>Ignar Rip<br />
from Netherlands</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/problems-responsive-design-on-ipad-portrait-is-not-good/#post-210896</guid>
					<title><![CDATA[Reply To: Problems Responsive Design on iPad Portrait is not good]]></title>
					<link>https://theme.co/archive/forums/topic/problems-responsive-design-on-ipad-portrait-is-not-good/#post-210896</link>
					<pubDate>Fri, 20 Feb 2015 11:00:25 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Ignar,</p>
<p>To make it sticky, you can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>
@media (max-width: 979px){
body .x-navbar.x-navbar-fixed-top{
     position:fixed;
}
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/problems-responsive-design-on-ipad-portrait-is-not-good/#post-211147</guid>
					<title><![CDATA[Reply To: Problems Responsive Design on iPad Portrait is not good]]></title>
					<link>https://theme.co/archive/forums/topic/problems-responsive-design-on-ipad-portrait-is-not-good/#post-211147</link>
					<pubDate>Fri, 20 Feb 2015 16:57:42 +0000</pubDate>
					<dc:creator>MuziekGeluk</dc:creator>

					<description>
						<![CDATA[
						<p>Dear Support teams,</p>
<p>Thank you, it works the Navbar is Sticky again on the iPad on Portrait mode.</p>
<p>Have an nice Weekend</p>
<p>Ignar Rip</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/problems-responsive-design-on-ipad-portrait-is-not-good/#post-211464</guid>
					<title><![CDATA[Reply To: Problems Responsive Design on iPad Portrait is not good]]></title>
					<link>https://theme.co/archive/forums/topic/problems-responsive-design-on-ipad-portrait-is-not-good/#post-211464</link>
					<pubDate>Sat, 21 Feb 2015 02:07:23 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>We&#8217;re glad that it works for you </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/problems-responsive-design-on-ipad-portrait-is-not-good/#post-233657</guid>
					<title><![CDATA[Reply To: Problems Responsive Design on iPad Portrait is not good]]></title>
					<link>https://theme.co/archive/forums/topic/problems-responsive-design-on-ipad-portrait-is-not-good/#post-233657</link>
					<pubDate>Mon, 23 Mar 2015 21:00:46 +0000</pubDate>
					<dc:creator>MuziekGeluk</dc:creator>

					<description>
						<![CDATA[
						<p>Hello again,</p>
<p>With the latest version of Theme X, i have again problems with my Sticky Navbar in Portrait mode.<br />
Look at my website <a href="http://www.alzheimermuziekgeluk.nl" rel="nofollow">http://www.alzheimermuziekgeluk.nl</a> on your iPad.</p>
<p>My SideMax Width is 970.</p>
<p>Adding this CSS Code</p>
<p>@media (min-width: 767px) {<br />
  .x-navbar-fixed-top {<br />
    position: fixed !important;<br />
  }<br />
}</p>
<p>The Web and my Landscape on my iPad works fine and the NavBar is Sticky.<br />
On my Portrait mode on my iPad it goes to Mobile Menu </p>
<p>Grrr</p>
<p>Please help me, i hope this is simple coding for you guys.</p>
<p>Looking forward to your answer.</p>
<p>Kind Regards,</p>
<p>Ignar</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/problems-responsive-design-on-ipad-portrait-is-not-good/#post-233683</guid>
					<title><![CDATA[Reply To: Problems Responsive Design on iPad Portrait is not good]]></title>
					<link>https://theme.co/archive/forums/topic/problems-responsive-design-on-ipad-portrait-is-not-good/#post-233683</link>
					<pubDate>Mon, 23 Mar 2015 21:27:47 +0000</pubDate>
					<dc:creator>MuziekGeluk</dc:creator>

					<description>
						<![CDATA[
						<p>I have solve it by myself, but strange it works with latest version of Theme X.<br />
Unstable that way that extra customize CSS 🙁</p>
<p>Kind Regards<br />
Ignar</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

