<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Menu Font Size / Spacing / Drop down menu Issue</title>
		<link>http://www.kriesi.at/support/topic/menu-font-size-spacing-drop-down-menu-issue</link>
		<description>Support Forum - Topic: Menu Font Size / Spacing / Drop down menu Issue</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 23:44:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/menu-font-size-spacing-drop-down-menu-issue" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Menu Font Size / Spacing / Drop down menu Issue"</title>
			<link>http://www.kriesi.at/support/topic/menu-font-size-spacing-drop-down-menu-issue#post-61066</link>
			<pubDate>Wed, 20 Jun 2012 05:55:42 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">61066@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tjackson410,&#60;/p&#62;
&#60;p&#62;We will wait for your feedback. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjackson410 on "Menu Font Size / Spacing / Drop down menu Issue"</title>
			<link>http://www.kriesi.at/support/topic/menu-font-size-spacing-drop-down-menu-issue#post-60974</link>
			<pubDate>Tue, 19 Jun 2012 17:42:49 +0000</pubDate>
			<dc:creator>tjackson410</dc:creator>
			<guid isPermaLink="false">60974@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks a lot, I will confirm with the client if he still has an issue.  Best regards.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Menu Font Size / Spacing / Drop down menu Issue"</title>
			<link>http://www.kriesi.at/support/topic/menu-font-size-spacing-drop-down-menu-issue#post-58454</link>
			<pubDate>Fri, 01 Jun 2012 20:05:27 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">58454@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tjackson410,&#60;/p&#62;
&#60;p&#62;In your style.css, search for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.nav li a span{
display:block;
font-size: 14px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Remove the display:block and it should work in IE9 and all others.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Menu Font Size / Spacing / Drop down menu Issue"</title>
			<link>http://www.kriesi.at/support/topic/menu-font-size-spacing-drop-down-menu-issue#post-58448</link>
			<pubDate>Fri, 01 Jun 2012 19:00:11 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">58448@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I checked it using Chrome, Firefox and IE8. The issue don't appear on my end. What version of IE are you using?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjackson410 on "Menu Font Size / Spacing / Drop down menu Issue"</title>
			<link>http://www.kriesi.at/support/topic/menu-font-size-spacing-drop-down-menu-issue#post-58319</link>
			<pubDate>Thu, 31 May 2012 20:50:07 +0000</pubDate>
			<dc:creator>tjackson410</dc:creator>
			<guid isPermaLink="false">58319@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Still no ideas?  Thought this one was going to be really easy.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjackson410 on "Menu Font Size / Spacing / Drop down menu Issue"</title>
			<link>http://www.kriesi.at/support/topic/menu-font-size-spacing-drop-down-menu-issue#post-58165</link>
			<pubDate>Wed, 30 May 2012 19:56:38 +0000</pubDate>
			<dc:creator>tjackson410</dc:creator>
			<guid isPermaLink="false">58165@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay, you can view my website here.  &#60;a href=&#34;http://www.atlassystems.co&#34; rel=&#34;nofollow&#34;&#62;http://www.atlassystems.co&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In order for better menu spacing i've changed the following code:&#60;/p&#62;
&#60;p&#62;.nav li a{&#60;br /&#62;
display:block;&#60;br /&#62;
float:left;&#60;br /&#62;
padding:6px 10px;&#60;br /&#62;
width:87px;  (&#38;lt;--- Changed this from 100px)&#60;br /&#62;
border: none;&#60;br /&#62;
text-decoration: none;&#60;br /&#62;
line-height: 18px;&#60;br /&#62;
outline: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;and this code...&#60;/p&#62;
&#60;p&#62;.nav li a span{&#60;br /&#62;
display:block;&#60;br /&#62;
font-size: 14px; (&#38;lt;--- Changed from 10px so the second line font is bigger)&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;The issue is that because I've changed these the drop down menu appears when you highlight over the menu but when you try to go down to the actual menu item with the mouse it disappears. Leaving you unable to actually click a drop down menu item.  This only happens in IE that i'm aware of, but it's still an issue.  What do I need to change in order to sort this out?  Thanks a lot, the support here is fantastic!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
