<?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>Mobile Menu Drop Down &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/mobile-menu-drop-down/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/mobile-menu-drop-down/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 04 Nov 2025 04:32:16 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-drop-down/#post-194204</guid>
					<title><![CDATA[Mobile Menu Drop Down]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-drop-down/#post-194204</link>
					<pubDate>Thu, 29 Jan 2015 10:22:53 +0000</pubDate>
					<dc:creator>Adam T</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, is it possible to expand my subheadings by clicking on the subheading itself as well as the little arrows to the right?</p>
<p>For example &#8211;</p>
<p><a href="http://www.animalsitting.co.uk" rel="nofollow">http://www.animalsitting.co.uk</a></p>
<p>I would like to be able to click services, and open up the lower headings rather than clicking the 2 little down arrows?</p>
<p>Many Thanks, Adam</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-drop-down/#post-194950</guid>
					<title><![CDATA[Reply To: Mobile Menu Drop Down]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-drop-down/#post-194950</link>
					<pubDate>Fri, 30 Jan 2015 06:44:44 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Adam,</p>
<p>Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn&#8217;t mind providing us with a little more clarification on what it is you&#8217;re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we&#8217;ll be happy to provide you with a response once we have a better understanding of the situation.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-drop-down/#post-195318</guid>
					<title><![CDATA[Reply To: Mobile Menu Drop Down]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-drop-down/#post-195318</link>
					<pubDate>Fri, 30 Jan 2015 16:27:20 +0000</pubDate>
					<dc:creator>Adam T</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please try </p>
<p><a href="http://www.hmv.com" rel="nofollow">http://www.hmv.com</a> on an ipad</p>
<p>When you click the menu, you can click on the subheadings themselves and they will expand.</p>
<p>I would like this on my site, so that you can click the subheadings themselves and the menu expands, rather than just clicking the arrows to expand the menu?</p>
<p>Also on a second note, when you open up my menu subheadings on an iPad, they seem to be very squashed to the left, and the click down arrows are on top of some of the sub headings rather than to the side of them?</p>
<p>Many Thanks, Adam</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-drop-down/#post-195837</guid>
					<title><![CDATA[Reply To: Mobile Menu Drop Down]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-drop-down/#post-195837</link>
					<pubDate>Sat, 31 Jan 2015 10:56:15 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Adam,</p>
<p>Thanks for writing in!</p>
<p>This behaviour is to make the parent link clickable as well as to open the submenu (upon clicking the arrows). However, if you wish to expand the submenu on clicking the parent menu link as well, you can try to achieve it by adding following code under <strong>Custom &gt; JavaScript</strong> in the Customizer, though it will disable the parent menu link:</p>
<pre><code>jQuery(document).ready(function($) {
   var subMenuLink = $(&#039;.x-navbar .mobile .x-nav li.menu-item-has-children &gt; a&#039;);

   subMenuLink.click(function(e) {
     e.preventDefault();
     $(this).siblings(&#039;.sub-menu&#039;).slideToggle(300);
   });
});
</code></pre>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-drop-down/#post-196511</guid>
					<title><![CDATA[Reply To: Mobile Menu Drop Down]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-drop-down/#post-196511</link>
					<pubDate>Sun, 01 Feb 2015 14:48:32 +0000</pubDate>
					<dc:creator>Adam T</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>I have just added that code but it doesn&#8217;t seem to have had any effect?</p>
<p>Many Thanks, Adam</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-drop-down/#post-196749</guid>
					<title><![CDATA[Reply To: Mobile Menu Drop Down]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-drop-down/#post-196749</link>
					<pubDate>Mon, 02 Feb 2015 00:09:14 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Adam,</p>
<p>I don&#8217;t see the script added at your site.</p>
<p><img decoding="async" src="https://cldup.com/0-iR29OxtP.png" alt="" /><br />
Please re-add and clear your caching plugin&#8217;s cache.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-drop-down/#post-196994</guid>
					<title><![CDATA[Reply To: Mobile Menu Drop Down]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-drop-down/#post-196994</link>
					<pubDate>Mon, 02 Feb 2015 10:28:16 +0000</pubDate>
					<dc:creator>Adam T</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Sorry, I had added it to the css rather than the javascript, it works great now thank you.</p>
<p>Can you just have a quick look at how the mobile menu is formatted when viewed on an iPad?</p>
<p>If you click the mobile menu button and then services, the arrows are covering some of the sub heading &#8216;Home Cat Boarding&#8217;</p>
<p>How can I change this?</p>
<p>Many Thanks, Adam</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-drop-down/#post-197114</guid>
					<title><![CDATA[Reply To: Mobile Menu Drop Down]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-drop-down/#post-197114</link>
					<pubDate>Mon, 02 Feb 2015 12:58:40 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Adam,</p>
<p>Upon checking, you have added some custom CSS code in your website that&#8217;s causing this issue (see: <a href="http://prntscr.com/604gzd" rel="nofollow">http://prntscr.com/604gzd</a>). To fix it, try inserting following CSS under <strong>Custom &gt; CSS</strong> in the Customizer:</p>
<pre><code>@media (max-width: 979px) {
    .col-6 .menu-item {
        width: auto !important;
    }
}
</code></pre>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-drop-down/#post-197125</guid>
					<title><![CDATA[Reply To: Mobile Menu Drop Down]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-drop-down/#post-197125</link>
					<pubDate>Mon, 02 Feb 2015 13:07:03 +0000</pubDate>
					<dc:creator>Adam T</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>That worked perfectly thank you!</p>
<p>Adam</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-drop-down/#post-197219</guid>
					<title><![CDATA[Reply To: Mobile Menu Drop Down]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-drop-down/#post-197219</link>
					<pubDate>Mon, 02 Feb 2015 14:50:22 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

