<?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>Problem with Dropdown Menu with small window and mobile &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/problem-with-dropdown-menu-with-small-window-and-mobile/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/problem-with-dropdown-menu-with-small-window-and-mobile/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 03:01:32 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/problem-with-dropdown-menu-with-small-window-and-mobile/#post-287202</guid>
					<title><![CDATA[Problem with Dropdown Menu with small window and mobile]]></title>
					<link>https://theme.co/archive/forums/topic/problem-with-dropdown-menu-with-small-window-and-mobile/#post-287202</link>
					<pubDate>Sun, 31 May 2015 03:14:37 +0000</pubDate>
					<dc:creator>Antoine</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I noticed a problem with the drop-down menu ^when I reduced the size of the window. The problem also occurs on mobile devices. The drop-down menus overlap the categories:<br />
<img decoding="async" src="http://www.paleoflaneur.com/wp-content/uploads/2015/05/Pb-dropdown-Menu.jpg" alt="" /></p>
<p>How can I solve this?</p>
<p>Thanks.</p>
<p>URL: <a href="http://www.paleoflaneur.com" rel="nofollow">http://www.paleoflaneur.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/problem-with-dropdown-menu-with-small-window-and-mobile/#post-287566</guid>
					<title><![CDATA[Reply To: Problem with Dropdown Menu with small window and mobile]]></title>
					<link>https://theme.co/archive/forums/topic/problem-with-dropdown-menu-with-small-window-and-mobile/#post-287566</link>
					<pubDate>Sun, 31 May 2015 11:45:42 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please find and remove <code>height: 80px;</code>  from this code:</p>
<pre><code>.x-navbar .x-nav &gt; li {
  height: 80px;
  padding-top: 0;
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/problem-with-dropdown-menu-with-small-window-and-mobile/#post-288043</guid>
					<title><![CDATA[Reply To: Problem with Dropdown Menu with small window and mobile]]></title>
					<link>https://theme.co/archive/forums/topic/problem-with-dropdown-menu-with-small-window-and-mobile/#post-288043</link>
					<pubDate>Mon, 01 Jun 2015 02:07:13 +0000</pubDate>
					<dc:creator>Antoine</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks. It fixes the problem, but some other problems occurs:</p>
<p>#1: The spacings in the Navbar are not good anymore<br />
#2: The breadcrumbs&#8217;s spacing is not good either.<br />
#3: The drop down menu should start direct underneath the navbar.</p>
<p>I&#8217;ve done the following image to show you how it is now:<br />
<img decoding="async" src="http://www.paleoflaneur.com/wp-content/uploads/2015/06/Spacing-Navbar.jpg" alt="" /></p>
<p>X should be equal to Y<br />
Z should be equal to 0</p>
<p>I have the following code in my CSS (I&#8217;ve already removed the &#8216;height: 80px;&#8217; to fix the drop down menu problem):</p>
<pre><code>.x-navbar-inner {
    min-height: 80px;
}
.x-navbar .x-nav &gt; li {
    height: 80px;
    padding-top: 0;
}
body.x-navbar-fixed-top-active .x-navbar-wrap {
  height: 80px;
}
</code></pre>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/problem-with-dropdown-menu-with-small-window-and-mobile/#post-288305</guid>
					<title><![CDATA[Reply To: Problem with Dropdown Menu with small window and mobile]]></title>
					<link>https://theme.co/archive/forums/topic/problem-with-dropdown-menu-with-small-window-and-mobile/#post-288305</link>
					<pubDate>Mon, 01 Jun 2015 07:40:32 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please reduce &#8216;Navbar Top Height&#8217; and &#8216;Navbar Top Link Alignment&#8217; under Customize -&gt; Header.</p>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/problem-with-dropdown-menu-with-small-window-and-mobile/#post-288440</guid>
					<title><![CDATA[Reply To: Problem with Dropdown Menu with small window and mobile]]></title>
					<link>https://theme.co/archive/forums/topic/problem-with-dropdown-menu-with-small-window-and-mobile/#post-288440</link>
					<pubDate>Mon, 01 Jun 2015 10:30:08 +0000</pubDate>
					<dc:creator>Antoine</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for the tip.</p>
<p>I followed your instruction and it solves the problems #1 and #2. How can I solve the problem #3 (problem with the spacing of the drop-down menu, which is even worst now)?</p>
<p>I still have this code in my CSS:</p>
<pre><code>.x-navbar-inner {
    min-height: 80px;
}
.x-navbar .x-nav &gt; li {
    padding-top: 0;
}
body.x-navbar-fixed-top-active .x-navbar-wrap {
  height: 80px;
}</code></pre>
<p>Thanks for your help.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/problem-with-dropdown-menu-with-small-window-and-mobile/#post-288902</guid>
					<title><![CDATA[Reply To: Problem with Dropdown Menu with small window and mobile]]></title>
					<link>https://theme.co/archive/forums/topic/problem-with-dropdown-menu-with-small-window-and-mobile/#post-288902</link>
					<pubDate>Mon, 01 Jun 2015 18:39:08 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>To solve #3, please add the following code in your Customizer via <strong>Appearance &gt; Customize &gt; Custom &gt; CSS:</strong></p>
<pre><code>.x-navbar .desktop .x-nav &gt; li ul {
  top: 50px;
}</code></pre>
<p>Adjust the value if needed. Let us know how this goes!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/problem-with-dropdown-menu-with-small-window-and-mobile/#post-289273</guid>
					<title><![CDATA[Reply To: Problem with Dropdown Menu with small window and mobile]]></title>
					<link>https://theme.co/archive/forums/topic/problem-with-dropdown-menu-with-small-window-and-mobile/#post-289273</link>
					<pubDate>Tue, 02 Jun 2015 01:54:06 +0000</pubDate>
					<dc:creator>Antoine</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you, it solves the problem, but partially only 🙂</p>
<p>It looks like this now:<br />
<img decoding="async" src="http://www.paleoflaneur.com/wp-content/uploads/2015/06/Drop-Down-Menus-50px.jpg" alt="" /></p>
<p>When I increase (top: 80px), the drop down menus show as I want them to be, but the problem is that you can not access them. They disappear as soon as you try to select one of them:<br />
<img decoding="async" src="http://www.paleoflaneur.com/wp-content/uploads/2015/06/Drop-Down-Menus-80px.jpg" alt="" /></p>
<p>What&#8217;s the solution to fix this?</p>
<p>My next question concerned the menu by a small size window. The menu goes on 2 lines, and it doesn&#8217;t look nice as the spacings are not correct:<br />
<img decoding="async" src="http://www.paleoflaneur.com/wp-content/uploads/2015/06/Navbar-2-lines.jpg" alt="" /></p>
<p>Ideally, it should look like something similar to this:</p>
<p><img decoding="async" src="http://www.paleoflaneur.com/wp-content/uploads/2015/06/Navbar-2-lines-OK.jpg" alt="" /></p>
<p>How can I fix this?</p>
<p>Thanks for your help!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/problem-with-dropdown-menu-with-small-window-and-mobile/#post-289853</guid>
					<title><![CDATA[Reply To: Problem with Dropdown Menu with small window and mobile]]></title>
					<link>https://theme.co/archive/forums/topic/problem-with-dropdown-menu-with-small-window-and-mobile/#post-289853</link>
					<pubDate>Tue, 02 Jun 2015 14:05:42 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please try this code:</p>
<pre><code>.x-navbar .desktop .x-nav &gt; li ul {
  top: 80px;
}
.x-navbar .desktop .x-nav &gt; li &gt; a {
  padding-bottom: 47px;
}
@media (max-width:1298px) and (min-width:979px){

.x-navbar .desktop .x-nav&gt;li&gt;a{
letter-spacing: normal;
}
}
@media (max-width:1160px) and (min-width:1060px){

.x-navbar .desktop .x-nav&gt;li&gt;a{
  padding: 0 1em;
}
}
@media (max-width:1060px) and (min-width:979px){

.x-navbar .desktop .x-nav&gt;li&gt;a{
  padding: 0 0.7em;
}
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/problem-with-dropdown-menu-with-small-window-and-mobile/#post-290503</guid>
					<title><![CDATA[Reply To: Problem with Dropdown Menu with small window and mobile]]></title>
					<link>https://theme.co/archive/forums/topic/problem-with-dropdown-menu-with-small-window-and-mobile/#post-290503</link>
					<pubDate>Wed, 03 Jun 2015 03:02:02 +0000</pubDate>
					<dc:creator>Antoine</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you very much. It works almost perfectly after a few adjustements. I still have on problem, when the media is smaller (&gt; 1060px I think). There is a small gap above the drop-down menu and the logo in not center anymore on the navbar. It seems to be that the spacing-top on the navbar is getting reduced, causing the problem.</p>
<p>Here is how it looks like (first with the bigger device (OK) and then with the smaller:<br />
<img decoding="async" src="https://www.paleoflaneur.com/wp-content/uploads/2015/06/Menu-Spacing-OK1.jpg" alt="" /></p>
<p><img decoding="async" src="https://www.paleoflaneur.com/wp-content/uploads/2015/06/Spacing-Menu.jpg" alt="" /></p>
<p>The code I use is the following:</p>
<pre><code>
.x-navbar .x-nav &gt; li {
    padding-top: 0;
}
body.x-navbar-fixed-top-active .x-navbar-wrap {
  height: 80px;
}
.x-navbar .desktop .x-nav &gt; li &gt; a:hover, .x-navbar .desktop .x-nav &gt; .x-active &gt; a, .x-navbar .desktop .x-nav &gt; .current-menu-item &gt; a {
  box-shadow: none;
}
.x-navbar .desktop .x-nav &gt; li ul {
  top: 80px;
}
.x-navbar .desktop .x-nav &gt; li &gt; a {
  padding-bottom: 47px;
}

@media (max-width:1298px) and (min-width:979px){

.x-navbar .desktop .x-nav&gt;li&gt;a{
  letter-spacing: normal;
}
}
@media (max-width:1160px) and (min-width:1060px){

.x-navbar .desktop .x-nav&gt;li&gt;a{
  padding: 0 1em;
  padding-top: 32px;
  padding-bottom: 47px;
}
}
@media (max-width:1060px) and (min-width:1000px){

.x-navbar .desktop .x-nav&gt;li&gt;a{
  padding: 0 0.7em;
  padding-top: 32px;
  padding-bottom: 47px;
}
}
@media (max-width:1000px) and (min-width:979px){

.x-navbar .desktop .x-nav&gt;li&gt;a{
  padding: 0 0.6em;
  padding-top: 32px;
  padding-bottom: 47px;
}
}</code></pre>
<p>Another problem is when I start to have the code in the CSS of the Child Theme, it doesn&#8217;t work anymore. I have it on the customizer CSS at the moment. Do you know how to fix this problem? I would like to have all my css in the Child Theme. (I noticed this process for different part of my CSS, but I had no problem with some other parts of the CSS)</p>
<p>Thanks for your help!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/problem-with-dropdown-menu-with-small-window-and-mobile/#post-291288</guid>
					<title><![CDATA[Reply To: Problem with Dropdown Menu with small window and mobile]]></title>
					<link>https://theme.co/archive/forums/topic/problem-with-dropdown-menu-with-small-window-and-mobile/#post-291288</link>
					<pubDate>Wed, 03 Jun 2015 18:25:46 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Antoine,</p>
<p>Looks like it&#8217;s okay on my end! I&#8217;m not getting the same as your second screen shot.</p>
<p><img decoding="async" src="https://cldup.com/jh23d4W_fC.jpg" alt="" /></p>
<p>Have you done it already? Good job!</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

