<?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>Expand mobile menu by default &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/expand-mobile-menu-by-default/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/expand-mobile-menu-by-default/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 15:22:42 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/expand-mobile-menu-by-default/#post-351166</guid>
					<title><![CDATA[Expand mobile menu by default]]></title>
					<link>https://theme.co/archive/forums/topic/expand-mobile-menu-by-default/#post-351166</link>
					<pubDate>Wed, 05 Aug 2015 19:57:37 +0000</pubDate>
					<dc:creator>weechoochter</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, is it possible to expand the mobile menu by default but only the top level and not everything or even everything so I can choose which is best. Is there a code for this?<br />
Thanks very much</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/expand-mobile-menu-by-default/#post-351265</guid>
					<title><![CDATA[Reply To: Expand mobile menu by default]]></title>
					<link>https://theme.co/archive/forums/topic/expand-mobile-menu-by-default/#post-351265</link>
					<pubDate>Wed, 05 Aug 2015 21:52:24 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in! To expand the mobile menu by default you&#8217;ll need to add the following jQuery script in your Customizer via <strong>Appearance &gt; Customize &gt; Custom &gt; Javascript</strong></p>
<pre><code>jQuery(document).ready(function($){
	$(&#039;.x-nav-wrap.mobile&#039;).addClass(&quot;in&quot;);
});</code></pre>
<p><strong>Don&#8217;t forget</strong> to clear your browser&#8217;s cache after adding the code.</p>
<p>Let us know how this goes!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/expand-mobile-menu-by-default/#post-353503</guid>
					<title><![CDATA[Reply To: Expand mobile menu by default]]></title>
					<link>https://theme.co/archive/forums/topic/expand-mobile-menu-by-default/#post-353503</link>
					<pubDate>Sat, 08 Aug 2015 06:35:45 +0000</pubDate>
					<dc:creator>weechoochter</dc:creator>

					<description>
						<![CDATA[
						<p>It worked perfectly. Thanks.<br />
Is there a way to get it to completely expand?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/expand-mobile-menu-by-default/#post-353507</guid>
					<title><![CDATA[Reply To: Expand mobile menu by default]]></title>
					<link>https://theme.co/archive/forums/topic/expand-mobile-menu-by-default/#post-353507</link>
					<pubDate>Sat, 08 Aug 2015 06:41:31 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please add this as well :</p>
<p><code>jQuery(&quot;.sub-menu.collapse&quot;).addClass(&quot;in&quot;).css(&quot;height&quot;,&quot;auto&quot;);</code></p>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

