<?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>Mega menu subcategory drop down issues &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/mega-menu-subcategory-drop-down-issues/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/mega-menu-subcategory-drop-down-issues/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 02:57:27 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/mega-menu-subcategory-drop-down-issues/#post-323572</guid>
					<title><![CDATA[Mega menu subcategory drop down issues]]></title>
					<link>https://theme.co/archive/forums/topic/mega-menu-subcategory-drop-down-issues/#post-323572</link>
					<pubDate>Tue, 07 Jul 2015 20:02:09 +0000</pubDate>
					<dc:creator>hwressnigg</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I have a mega menu with multiple categories and subcategory drop downs. When hovering over a subcategory, the drop down menu appears on the left and obstructs the view of the other categories. Can this alignment and spacing be changed? Can it be changed for just one subcategory drop down menu?</p>
<p>My URL is <a href="http://test.burn-blog.com/" rel="nofollow">http://test.burn-blog.com/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mega-menu-subcategory-drop-down-issues/#post-323623</guid>
					<title><![CDATA[Reply To: Mega menu subcategory drop down issues]]></title>
					<link>https://theme.co/archive/forums/topic/mega-menu-subcategory-drop-down-issues/#post-323623</link>
					<pubDate>Tue, 07 Jul 2015 20:41:48 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in! Please add the following code in your Customizer via <strong>Appearance &gt; Customize &gt; Custom &gt; CSS:</strong></p>
<pre><code>.masthead-inline .x-navbar .desktop .sub-menu .sub-menu {
  top: -1.025em !important;
  right: 0 !important;
  left: 71% !important;
}</code></pre>
<p>Let us know how this goes!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mega-menu-subcategory-drop-down-issues/#post-329082</guid>
					<title><![CDATA[Reply To: Mega menu subcategory drop down issues]]></title>
					<link>https://theme.co/archive/forums/topic/mega-menu-subcategory-drop-down-issues/#post-329082</link>
					<pubDate>Mon, 13 Jul 2015 21:18:15 +0000</pubDate>
					<dc:creator>hwressnigg</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you, the code works, however the padding in the drop downs under &#8220;Recipes&#8221; doesn&#8217;t match the padding on the drop down under &#8220;Stories.&#8221; There is more space in the Stories &gt; Reviews dropdown. Weird. Can you help?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mega-menu-subcategory-drop-down-issues/#post-329095</guid>
					<title><![CDATA[Reply To: Mega menu subcategory drop down issues]]></title>
					<link>https://theme.co/archive/forums/topic/mega-menu-subcategory-drop-down-issues/#post-329095</link>
					<pubDate>Mon, 13 Jul 2015 21:32:23 +0000</pubDate>
					<dc:creator>Rupok</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>The spacing is same as it&#8217;s fixed space. As your menu texts are bit smaller for <strong>Stories</strong>, it seems a bit more space although they are same. However you can decrease the spacing a bit for that item &#8211; </p>
<pre><code>#menu-item-8955 .sub-menu {
  left: 60% !important;
}</code></pre>
<p>If you have other concern. please clarify a bit with a screenshot.</p>
<p>Hope this helps.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mega-menu-subcategory-drop-down-issues/#post-329424</guid>
					<title><![CDATA[Reply To: Mega menu subcategory drop down issues]]></title>
					<link>https://theme.co/archive/forums/topic/mega-menu-subcategory-drop-down-issues/#post-329424</link>
					<pubDate>Tue, 14 Jul 2015 05:48:25 +0000</pubDate>
					<dc:creator>hwressnigg</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you this works! One more question. How can I manipulate the size of the sub- drop down menus so that the black doesn&#8217;t cover the main menu items when hovered over? Better yet, in what code line can I just turn off the hover while inspecting the element with FireFox so that I can easily figure out what CSS I&#8217;d like to manipulate myself?</p>
<p>Appreciate the help thank you. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mega-menu-subcategory-drop-down-issues/#post-329509</guid>
					<title><![CDATA[Reply To: Mega menu subcategory drop down issues]]></title>
					<link>https://theme.co/archive/forums/topic/mega-menu-subcategory-drop-down-issues/#post-329509</link>
					<pubDate>Tue, 14 Jul 2015 07:01:17 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>You can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>
body .x-navbar .desktop .x-nav &gt; li ul {
  top: 127px;
}
</code></pre>
<p>You may change 127px to achieve your desired result.</p>
<p>With regards to inspecting element with firefox, please refer to the link below.</p>
<p><a href="https://developer.mozilla.org/en/docs/Tools/Web_Console" rel="nofollow">https://developer.mozilla.org/en/docs/Tools/Web_Console</a></p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mega-menu-subcategory-drop-down-issues/#post-331314</guid>
					<title><![CDATA[Reply To: Mega menu subcategory drop down issues]]></title>
					<link>https://theme.co/archive/forums/topic/mega-menu-subcategory-drop-down-issues/#post-331314</link>
					<pubDate>Wed, 15 Jul 2015 18:57:40 +0000</pubDate>
					<dc:creator>hwressnigg</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry if I wasn&#8217;t clear, the issue I&#8217;m having can be seen in the following screenshot:</p>
<p><img decoding="async" src="http://test.burn-blog.com/wp-content/uploads/2015/07/Screen-Shot-2015-07-15-at-12.49.35-PM.png" alt="menu overlap" /></p>
<p>Note how the sub menu &#8220;Reviews&#8221; is too wide when hovered over and partially covers the main menu items under &#8220;News&#8221; in black. The same thing occurs when hovering over &#8220;BBQ, Grilling &amp; Smoking&#8221; and actually covers all of the menu items under &#8220;Stories&#8221;:</p>
<p><img decoding="async" src="http://test.burn-blog.com/wp-content/uploads/2015/07/Screen-Shot-2015-07-15-at-12.55.50-PM.png" alt="menu overlap" /></p>
<p>These sub menus are unnecessarily wide. How can I fix them?</p>
<p>Thanks for the other info.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mega-menu-subcategory-drop-down-issues/#post-331340</guid>
					<title><![CDATA[Reply To: Mega menu subcategory drop down issues]]></title>
					<link>https://theme.co/archive/forums/topic/mega-menu-subcategory-drop-down-issues/#post-331340</link>
					<pubDate>Wed, 15 Jul 2015 19:25:13 +0000</pubDate>
					<dc:creator>Rupok</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thanks for updating! For the submenu of dropdown you can change the below class &#8211; </p>
<pre><code>.desktop .x-nav .x-megamenu &gt; .sub-menu &gt; li &gt; .sub-menu {
  background: #f54;
  max-width: 150px;
}</code></pre>
<p>Now, add your own CSS rule to set a maximum width to shrink it, set background color etc.</p>
<p>Hope this helps.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mega-menu-subcategory-drop-down-issues/#post-331422</guid>
					<title><![CDATA[Reply To: Mega menu subcategory drop down issues]]></title>
					<link>https://theme.co/archive/forums/topic/mega-menu-subcategory-drop-down-issues/#post-331422</link>
					<pubDate>Wed, 15 Jul 2015 20:35:35 +0000</pubDate>
					<dc:creator>hwressnigg</dc:creator>

					<description>
						<![CDATA[
						<p>The sub menu still obstructs the view of the items under Stories when hovered over&#8230;</p>
<p><img decoding="async" src="http://test.burn-blog.com/wp-content/uploads/2015/07/Screen-Shot-2015-07-15-at-1.34.12-PM.png" alt="menu overlap" /></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mega-menu-subcategory-drop-down-issues/#post-331458</guid>
					<title><![CDATA[Reply To: Mega menu subcategory drop down issues]]></title>
					<link>https://theme.co/archive/forums/topic/mega-menu-subcategory-drop-down-issues/#post-331458</link>
					<pubDate>Wed, 15 Jul 2015 21:08:59 +0000</pubDate>
					<dc:creator>Rupok</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Let&#8217;s update the code for different class &#8211; </p>
<pre><code>.masthead-inline .x-navbar .desktop .sub-menu .sub-menu .sub-menu {
  background: #f54;
  left: 50% !important;
  min-width: 150px;
}</code></pre>
<p>You can change/remove the left value here. Change/Add other CSS rules with your own.</p>
<p>Also note that you have different positioning for the <strong>Stories</strong> submenu. Let&#8217;s also update that if you need &#8211; </p>
<pre><code>#menu-item-8955 .sub-menu {
  left: 50% !important;
}</code></pre>
<p>Let us know how it goes.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

