<?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 Style is Different from In Demo?</title>
		<link>http://www.kriesi.at/support/topic/menu-style-is-different-from-in-demo</link>
		<description>Support Forum - Topic: Menu Style is Different from In Demo?</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 07:22:03 +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-style-is-different-from-in-demo" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Menu Style is Different from In Demo?"</title>
			<link>http://www.kriesi.at/support/topic/menu-style-is-different-from-in-demo#post-111527</link>
			<pubDate>Thu, 16 May 2013 00:54:47 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111527@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad that is fixed. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>swazzi on "Menu Style is Different from In Demo?"</title>
			<link>http://www.kriesi.at/support/topic/menu-style-is-different-from-in-demo#post-111422</link>
			<pubDate>Wed, 15 May 2013 16:31:27 +0000</pubDate>
			<dc:creator>swazzi</dc:creator>
			<guid isPermaLink="false">111422@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Worked perfectly. Never woulda figured that one out alone. Thank you Ismael!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Menu Style is Different from In Demo?"</title>
			<link>http://www.kriesi.at/support/topic/menu-style-is-different-from-in-demo#post-110793</link>
			<pubDate>Mon, 13 May 2013 06:00:08 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">110793@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Just add this at the very bottom of style.css to fix the header height.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#wrapper_head .center {
padding: 0px 20px 60px 20px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And try this to fix the menus.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .nav a {
padding: 2px 6px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>swazzi on "Menu Style is Different from In Demo?"</title>
			<link>http://www.kriesi.at/support/topic/menu-style-is-different-from-in-demo#post-110573</link>
			<pubDate>Sat, 11 May 2013 20:14:03 +0000</pubDate>
			<dc:creator>swazzi</dc:creator>
			<guid isPermaLink="false">110573@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, &#60;/p&#62;
&#60;p&#62;Beautiful themes and nicely organized site...I've been using avisio quite happily for nearly a year now. But now...&#60;/p&#62;
&#60;p&#62;I have tried over and over to change the height of my header to accommodate a larger logo, (including the code below) and nothing works. It works when i do it in inspect element in the browser, but when i put the code in the child theme css, nada. &#60;/p&#62;
&#60;p&#62;#wrapper_head{&#60;br /&#62;
position: relative;&#60;br /&#62;
z-index: 100;&#60;br /&#62;
overflow: visible;&#60;br /&#62;
height:150px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.oasistroncones.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.oasistroncones.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As you can see, the logo is overlapping into the slider. Not good. &#60;/p&#62;
&#60;p&#62;Please help??&#60;/p&#62;
&#60;p&#62;Thanks very much,&#60;/p&#62;
&#60;p&#62;francoise
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Menu Style is Different from In Demo?"</title>
			<link>http://www.kriesi.at/support/topic/menu-style-is-different-from-in-demo#post-5565</link>
			<pubDate>Mon, 27 Sep 2010 16:05:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">5565@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok you've two possibilities:&#60;/p&#62;
&#60;p&#62;1) The recommeded one: Just use the menu manager instead of the auto generated menu. You'll get the same results like in the demo.&#60;br /&#62;
Go to you admin panel &#38;gt; appearance &#38;gt; menu&#60;br /&#62;
There you'll find the new Wordpress 3.0 menu editor. Here you can create your own menu via drag'n'drop.&#60;/p&#62;
&#60;p&#62;OR:&#60;/p&#62;
&#60;p&#62;2) Open style1.css and insert following code at the end of the file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.nav li a {
display:block;
font-size:14px;
font-weight:normal;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wickedwebsites on "Menu Style is Different from In Demo?"</title>
			<link>http://www.kriesi.at/support/topic/menu-style-is-different-from-in-demo#post-5564</link>
			<pubDate>Mon, 27 Sep 2010 15:53:08 +0000</pubDate>
			<dc:creator>wickedwebsites</dc:creator>
			<guid isPermaLink="false">5564@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Here's the very rough work in progress; please don't re-post real links;  &#60;a href=&#34;http://ephemurl.com/2d/18c&#34; rel=&#34;nofollow&#34;&#62;http://ephemurl.com/2d/18c&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;I'd just like to make the style of the menu / fonts etc. look identical as in the demo page!&#60;/p&#62;
&#60;p&#62;Thanks again!,&#60;/p&#62;
&#60;p&#62;Andrew
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Menu Style is Different from In Demo?"</title>
			<link>http://www.kriesi.at/support/topic/menu-style-is-different-from-in-demo#post-5465</link>
			<pubDate>Sat, 25 Sep 2010 15:57:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">5465@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can we have a link to your page? We must have a look at the css files, html code, plugins etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wickedwebsites on "Menu Style is Different from In Demo?"</title>
			<link>http://www.kriesi.at/support/topic/menu-style-is-different-from-in-demo#post-5445</link>
			<pubDate>Fri, 24 Sep 2010 15:59:59 +0000</pubDate>
			<dc:creator>wickedwebsites</dc:creator>
			<guid isPermaLink="false">5445@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;First of all, thanks for the quick response.&#60;/p&#62;
&#60;p&#62;I wasn't at all looking to adjust the spacing of the header, I was looking to match the style with the demo website so that the font and subtitles look identical as in the example comparison image I posted above; which shows the differences I'm trying to fix.&#60;/p&#62;
&#60;p&#62;Thanks again,&#60;/p&#62;
&#60;p&#62;Andrew
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Menu Style is Different from In Demo?"</title>
			<link>http://www.kriesi.at/support/topic/menu-style-is-different-from-in-demo#post-4864</link>
			<pubDate>Thu, 16 Sep 2010 05:42:55 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">4864@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just change the height of wrapper_head. Open style.css - here you'll find following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#wrapper_head{
position: relative;
z-index: 100;
overflow: visible;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change it to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#wrapper_head{
position: relative;
z-index: 100;
overflow: visible;
height:200px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can set the value of height to anything you like - set it to an higer value so that the vertical separators between each topic don't reach the blue horizontal bar.&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wickedwebsites on "Menu Style is Different from In Demo?"</title>
			<link>http://www.kriesi.at/support/topic/menu-style-is-different-from-in-demo#post-4856</link>
			<pubDate>Wed, 15 Sep 2010 22:24:36 +0000</pubDate>
			<dc:creator>wickedwebsites</dc:creator>
			<guid isPermaLink="false">4856@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Firstly I apologize if this question is addressed somewhere that I was unable to find; I searched at length on the forums here in the terms &#34;menu style&#34; and &#34;menu font&#34; and was unable to find what I'm looking for.&#60;/p&#62;
&#60;p&#62;Basically the menu that comes up in the demo page with the sample data imported looks very different from the sample page;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.w1cked.com/menuissue.png&#34; rel=&#34;nofollow&#34;&#62;http://www.w1cked.com/menuissue.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Now, obviously I know I have to add the descriptions and re-organize the menu order myself that's no problem - but I'm hung up on getting the style exactly the same just as a starting point -- how would I go about having exactly the same starting menu style as the sample theme (pictured above)?  It seems like this was left out of the .css or sample data?&#60;/p&#62;
&#60;p&#62;Best regards,&#60;/p&#62;
&#60;p&#62;Andrew
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
