<?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: Responsiveness not working on mobile devices</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/responsiveness-not-working-on-mobile-devices/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/responsiveness-not-working-on-mobile-devices/feed/</link>
		<description></description>
		<pubDate>Wed, 10 Jun 2026 23:50:39 +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/responsiveness-not-working-on-mobile-devices/#post-35164</guid>
					<title><![CDATA[Responsiveness not working on mobile devices]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/responsiveness-not-working-on-mobile-devices/#post-35164</link>
					<pubDate>Thu, 01 Oct 2020 17:24:15 +0000</pubDate>
					<dc:creator>Angie</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I have launched the new website I built using Fortuna (<a href="https://greaterpcf.org" rel="nofollow">https://greaterpcf.org</a>) and the desktop version is working well. The mobile version however, not so much. I imported demo content and used it to build the new site. I did not change the responsive settings that were set in the demo elements.</p>
<p>1. There is no mobile menu and I don&#8217;t see anything in the documentation about it or in the menu section of the WP dashboard.<br />
2. Some items size down for mobile and are readable and others are still large and don&#8217;t stack on one another so they run off the page. This is happening on all pages.</p>
<p>Can you please help me get this fixed. My client just launched a fund raising campaign and I need the mobile version to work. I can send my logins.</p>
<p>Thank you,<br />
Angie</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/responsiveness-not-working-on-mobile-devices/#post-35166</guid>
					<title><![CDATA[Reply To: Responsiveness not working on mobile devices]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/responsiveness-not-working-on-mobile-devices/#post-35166</link>
					<pubDate>Thu, 01 Oct 2020 19:20:26 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hey,</p>
<p>First off I would check the Rev slider you have on your home page, something is wrong there, check your Dev tools console, it generates tons of warning messages.<br />
Back to the responsive question, I think you have something on the page that breaks the layout and the responsiveness altogether, the slider on the page is a good candidate, did you make sure you set it to be responsive under the slider settings/options?</p>
<p>Something is wrong with the Menu as well, have you modified any of the CSS?</p>
<p>I would start off by temporarily removing the rev slider from the page and removing any additional plugins you added. </p>
<p>We&#8217;ll get the problem isolated, no worries, again this is not the theme behavior and something is breaking it. </p>
<p>If you still can&#8217;t find the reason let me have your user/pass (in a private reply) so I Can take a look for you too.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/responsiveness-not-working-on-mobile-devices/#post-35167</guid>
					<title><![CDATA[Reply To: Responsiveness not working on mobile devices]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/responsiveness-not-working-on-mobile-devices/#post-35167</link>
					<pubDate>Thu, 01 Oct 2020 19:28:29 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>What about the reason being you added this to your styles?</p>
<pre><code>.container {
    width: 1400px;</code></pre>
<p>Check your page by inspecting a .container element with dev tools!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/responsiveness-not-working-on-mobile-devices/#post-35196</guid>
					<title><![CDATA[Reply To: Responsiveness not working on mobile devices]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/responsiveness-not-working-on-mobile-devices/#post-35196</link>
					<pubDate>Wed, 07 Oct 2020 23:39:54 +0000</pubDate>
					<dc:creator>Angie</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,<br />
Thank you, that was the issue. I had set it larger because the navigation menu bumps down to a different line leaving a lot of white space.</p>
<p>How do I get the navigation menu back up where it is supposed to be?</p>
<p>Thank you,<br />
Angie</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/responsiveness-not-working-on-mobile-devices/#post-35199</guid>
					<title><![CDATA[Reply To: Responsiveness not working on mobile devices]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/responsiveness-not-working-on-mobile-devices/#post-35199</link>
					<pubDate>Thu, 08 Oct 2020 07:31:30 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>If you want to do the same you would edit the width in your grid.css file, line 3:<br />
wp-content/themes/fortuna/stylesheets/grid.css?ver=5.5.1</p>
<p>and mod the width there.</p>
<p>Or you could override it only for the header like so:</p>
<pre><code>#header .container {
    width: 1400px;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/responsiveness-not-working-on-mobile-devices/#post-35201</guid>
					<title><![CDATA[Reply To: Responsiveness not working on mobile devices]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/responsiveness-not-working-on-mobile-devices/#post-35201</link>
					<pubDate>Sat, 10 Oct 2020 17:42:02 +0000</pubDate>
					<dc:creator>Angie</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you! That worked.<br />
Angie</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

