<?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>Revert Mobile Nav to Previous Behavior &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/revert-mobile-nav-to-previous-behavior/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/revert-mobile-nav-to-previous-behavior/feed/</link>
		<description></description>
		<lastBuildDate>Wed, 12 Nov 2025 07:37:37 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/revert-mobile-nav-to-previous-behavior/#post-173465</guid>
					<title><![CDATA[Revert Mobile Nav to Previous Behavior]]></title>
					<link>https://theme.co/archive/forums/topic/revert-mobile-nav-to-previous-behavior/#post-173465</link>
					<pubDate>Tue, 30 Dec 2014 14:52:05 +0000</pubDate>
					<dc:creator>Gee R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I understand the thinking behind why you guys changed mobile navigation behavior. </p>
<p>However for sites like mine, with few submenus, adding an additional &#8216;click&#8217; to reveal menus is actually more of a UX <em>regression</em> than progression. In addition since I have menu text justified right, the dropdown arrow now appears on top of the text.</p>
<p>How can I revert mobile nav behavior to how it was previously?</p>
<p><em>( I cannot show you the site since it&#8217;s offline (for the reasons above). However if you want I can send you the URL together with a login/pw )</em></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revert-mobile-nav-to-previous-behavior/#post-173509</guid>
					<title><![CDATA[Reply To: Revert Mobile Nav to Previous Behavior]]></title>
					<link>https://theme.co/archive/forums/topic/revert-mobile-nav-to-previous-behavior/#post-173509</link>
					<pubDate>Tue, 30 Dec 2014 15:36:39 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please try the following CSS code under <strong>Customize -&gt; Custom -&gt; CSS</strong>:</p>
<pre><code>ul.sub-menu {
display: block;
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revert-mobile-nav-to-previous-behavior/#post-173528</guid>
					<title><![CDATA[Reply To: Revert Mobile Nav to Previous Behavior]]></title>
					<link>https://theme.co/archive/forums/topic/revert-mobile-nav-to-previous-behavior/#post-173528</link>
					<pubDate>Tue, 30 Dec 2014 15:49:32 +0000</pubDate>
					<dc:creator>Gee R</dc:creator>

					<description>
						<![CDATA[
						<p>Wow, that was quick! Thank you.</p>
<p>While the dropdown behavior is back to the way it was, the submenus are still justified left and the dropdown arrows are still overlaid on the menu text:</p>
<p><img decoding="async" src="http://kexino.com/themeco/yuck.jpg" alt="Error" /></p>
<p>FYI I already have the following custom CSS (which now seems to be ignored):</p>
<pre><code>.x-topbar .p-info, .x-topbar .p-info a, .x-navbar .x-nav &gt; li &gt; a, .x-nav-collapse .sub-menu a, .x-breadcrumb-wrap a, .x-breadcrumbs .delimiter {
text-align: right;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revert-mobile-nav-to-previous-behavior/#post-173546</guid>
					<title><![CDATA[Reply To: Revert Mobile Nav to Previous Behavior]]></title>
					<link>https://theme.co/archive/forums/topic/revert-mobile-nav-to-previous-behavior/#post-173546</link>
					<pubDate>Tue, 30 Dec 2014 16:13:07 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please add this:</p>
<pre><code>ul.sub-menu li a {
text-align: left;
}</code></pre>
<p>In above code change <code>.x-navbar .x-nav &gt; li &gt; a</code> to <code>.x-navbar .x-nav-wrap .x-nav &gt; li &gt; a</code> to make the code works again.</p>
<p>Try to clear your browser cache as well as any caching that might be setup on your site via a caching plugin.</p>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revert-mobile-nav-to-previous-behavior/#post-173556</guid>
					<title><![CDATA[Reply To: Revert Mobile Nav to Previous Behavior]]></title>
					<link>https://theme.co/archive/forums/topic/revert-mobile-nav-to-previous-behavior/#post-173556</link>
					<pubDate>Tue, 30 Dec 2014 16:35:31 +0000</pubDate>
					<dc:creator>Gee R</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry &#8211; still didn&#8217;t work. I tried clearing browser cache and I&#8217;m not using any caching plug-ins since this is a sandbox site.</p>
<p>I&#8217;m sending you URL/login/pw details. Let me know if you want to see my child theme style.css file.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revert-mobile-nav-to-previous-behavior/#post-173557</guid>
					<title><![CDATA[Reply To: Revert Mobile Nav to Previous Behavior]]></title>
					<link>https://theme.co/archive/forums/topic/revert-mobile-nav-to-previous-behavior/#post-173557</link>
					<pubDate>Tue, 30 Dec 2014 16:36:04 +0000</pubDate>
					<dc:creator>Gee R</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revert-mobile-nav-to-previous-behavior/#post-173610</guid>
					<title><![CDATA[Reply To: Revert Mobile Nav to Previous Behavior]]></title>
					<link>https://theme.co/archive/forums/topic/revert-mobile-nav-to-previous-behavior/#post-173610</link>
					<pubDate>Tue, 30 Dec 2014 18:06:47 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for the info, unfortunately your site turns up blank. <a href="http://prntscr.com/5mojit" rel="nofollow">http://prntscr.com/5mojit</a>. You might have some IP restriction or if you just uploaded it might not be propagated yet in all places. Please have a check and get back to us. Also it would be good to see your child theme CSS as well for comparison. Thanks! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revert-mobile-nav-to-previous-behavior/#post-173747</guid>
					<title><![CDATA[Reply To: Revert Mobile Nav to Previous Behavior]]></title>
					<link>https://theme.co/archive/forums/topic/revert-mobile-nav-to-previous-behavior/#post-173747</link>
					<pubDate>Tue, 30 Dec 2014 22:08:49 +0000</pubDate>
					<dc:creator>Gee R</dc:creator>

					<description>
						<![CDATA[
						<p>As I clearly mentioned the site is currently OFFLINE.</p>
<p>You need to log in to see it. Do I really need to give you the login URL??? </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revert-mobile-nav-to-previous-behavior/#post-173751</guid>
					<title><![CDATA[Reply To: Revert Mobile Nav to Previous Behavior]]></title>
					<link>https://theme.co/archive/forums/topic/revert-mobile-nav-to-previous-behavior/#post-173751</link>
					<pubDate>Tue, 30 Dec 2014 22:15:16 +0000</pubDate>
					<dc:creator>Gee R</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revert-mobile-nav-to-previous-behavior/#post-173918</guid>
					<title><![CDATA[Reply To: Revert Mobile Nav to Previous Behavior]]></title>
					<link>https://theme.co/archive/forums/topic/revert-mobile-nav-to-previous-behavior/#post-173918</link>
					<pubDate>Wed, 31 Dec 2014 05:19:23 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Gee,</p>
<p>We didn&#8217;t know that your site is in a subfolder. Please add the code below to your <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong>.</p>
<pre><code>.x-navbar .x-nav-wrap .x-nav &gt; li &gt; a {
    text-align: left;
}</code></pre>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

