<?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 Error</title>
		<link>http://www.kriesi.at/support/topic/menu-error</link>
		<description>Support Forum - Topic: Menu Error</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 01:01:50 +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-error" rel="self" type="application/rss+xml" />

		<item>
			<title>James Morrison on "Menu Error"</title>
			<link>http://www.kriesi.at/support/topic/menu-error#post-20199</link>
			<pubDate>Tue, 31 May 2011 12:04:31 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">20199@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;The sub menu uses absolute positioning in the CSS for its position when you hover over the parent menu item. Since you're not using the menu item description (the second line of text you see in the Demo) you need to change the position of the sub-menu.&#60;/p&#62;
&#60;p&#62;Open up style.css and find this code (around line 151):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .nav ul {
    display: none;
    left: 0;
    position: absolute;
    top: 48px;
    width: 172px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change the value of &#60;strong&#62;top&#60;/strong&#62; to 30px like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .nav ul {
    display: none;
    left: 0;
    position: absolute;
    top: 30px;
    width: 172px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This should now display correctly.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bbihun12 on "Menu Error"</title>
			<link>http://www.kriesi.at/support/topic/menu-error#post-20169</link>
			<pubDate>Tue, 31 May 2011 01:09:14 +0000</pubDate>
			<dc:creator>bbihun12</dc:creator>
			<guid isPermaLink="false">20169@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I put a sub-menu on my About Me menu link of Testimonials and when I hover over it goes away and I cannot click on it.&#60;br /&#62;
The website is: &#60;a href=&#34;http://aflorzak.com/&#34; rel=&#34;nofollow&#34;&#62;http://aflorzak.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Brad
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
