<?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: Adjust Individual Menu Item Spacing</title>
		<link>http://www.kriesi.at/support/topic/adjust-individual-menu-item-spacing</link>
		<description>Support Forum - Topic: Adjust Individual Menu Item Spacing</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 02:39:01 +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/adjust-individual-menu-item-spacing" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Adjust Individual Menu Item Spacing"</title>
			<link>http://www.kriesi.at/support/topic/adjust-individual-menu-item-spacing#post-17033</link>
			<pubDate>Thu, 14 Apr 2011 14:20:59 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">17033@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I'd paste it at the very bottom of style.css.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>northstarpc on "Adjust Individual Menu Item Spacing"</title>
			<link>http://www.kriesi.at/support/topic/adjust-individual-menu-item-spacing#post-16965</link>
			<pubDate>Wed, 13 Apr 2011 16:34:54 +0000</pubDate>
			<dc:creator>northstarpc</dc:creator>
			<guid isPermaLink="false">16965@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Where EXACTLY do we paste the code in the source code file?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Adjust Individual Menu Item Spacing"</title>
			<link>http://www.kriesi.at/support/topic/adjust-individual-menu-item-spacing#post-13065</link>
			<pubDate>Thu, 17 Feb 2011 12:24:43 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">13065@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad this is resolved, let us know if you have any other questions.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JoelAnthony on "Adjust Individual Menu Item Spacing"</title>
			<link>http://www.kriesi.at/support/topic/adjust-individual-menu-item-spacing#post-13051</link>
			<pubDate>Thu, 17 Feb 2011 10:53:17 +0000</pubDate>
			<dc:creator>JoelAnthony</dc:creator>
			<guid isPermaLink="false">13051@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Worked great, thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adjust Individual Menu Item Spacing"</title>
			<link>http://www.kriesi.at/support/topic/adjust-individual-menu-item-spacing#post-11267</link>
			<pubDate>Thu, 13 Jan 2011 16:40:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11267@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the source code is what your browser receives from your server. I don't know which browser (it's browser dependent) but here you can find a good tutorial: &#60;a href=&#34;http://www.computerhope.com/issues/ch000746.htm&#34; rel=&#34;nofollow&#34;&#62;http://www.computerhope.com/issues/ch000746.htm&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You just need to add the code I posted above but you need to adjust the item ids. I.e. your first menu items have the ids menu-item-73 and menu-item-72&#60;/p&#62;
&#60;p&#62;To adjust the witdh individually you must add following code to style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#menu-item-72 a{
width: 100px;
}

#menu-item-73 a{
width: 80px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>JoelAnthony on "Adjust Individual Menu Item Spacing"</title>
			<link>http://www.kriesi.at/support/topic/adjust-individual-menu-item-spacing#post-11237</link>
			<pubDate>Wed, 12 Jan 2011 13:46:34 +0000</pubDate>
			<dc:creator>JoelAnthony</dc:creator>
			<guid isPermaLink="false">11237@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the tip, but still a bit confused as I am somewhat new at editing code. The source code is found in what file? And to change the width just add the sample code you provided ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adjust Individual Menu Item Spacing"</title>
			<link>http://www.kriesi.at/support/topic/adjust-individual-menu-item-spacing#post-11228</link>
			<pubDate>Wed, 12 Jan 2011 10:44:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11228@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It would look like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#menu-item-72 a{
width: 100px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can find the ids in your website's source code - atm you have following menu items:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;head&#38;quot;&#38;gt;

				&#38;lt;h1 class=&#38;quot;logo ie6fix &#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://hif.joelberthet.com/&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;http://hif.joelberthet.com/wp-content/uploads/2011/01/HIF-Logo-Website.jpg&#38;quot; alt=&#38;quot;http://hif.joelberthet.com&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;

				&#38;lt;div class=&#38;quot;menu-first-container&#38;quot;&#38;gt;&#38;lt;ul id=&#38;quot;menu-first&#38;quot; class=&#38;quot;nav&#38;quot;&#38;gt;&#38;lt;li id=&#38;quot;menu-item-38&#38;quot; class=&#38;quot;menu-item menu-item-type-custom current-menu-item current_page_item menu-item-home&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://hif.joelberthet.com/&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;Home&#38;lt;/strong&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li id=&#38;quot;menu-item-73&#38;quot; class=&#38;quot;menu-item menu-item-type-custom&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://hif.joelberthet.com/about/&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;Welcome&#38;lt;/strong&#38;gt;&#38;lt;/a&#38;gt;
&#38;lt;ul class=&#38;quot;sub-menu&#38;quot;&#38;gt;
	&#38;lt;li id=&#38;quot;menu-item-72&#38;quot; class=&#38;quot;menu-item menu-item-type-post_type&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://hif.joelberthet.com/about/&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;About&#38;lt;/strong&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;

	&#38;lt;li id=&#38;quot;menu-item-32&#38;quot; class=&#38;quot;menu-item menu-item-type-post_type&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://hif.joelberthet.com/beliefs/&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;Beliefs&#38;lt;/strong&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
	&#38;lt;li id=&#38;quot;menu-item-33&#38;quot; class=&#38;quot;menu-item menu-item-type-post_type&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://hif.joelberthet.com/history/&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;History&#38;lt;/strong&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
	&#38;lt;li id=&#38;quot;menu-item-37&#38;quot; class=&#38;quot;menu-item menu-item-type-post_type&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://hif.joelberthet.com/contact/&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;Contact Us&#38;lt;/strong&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;/ul&#38;gt;
&#38;lt;/li&#38;gt;
&#38;lt;li id=&#38;quot;menu-item-65&#38;quot; class=&#38;quot;menu-item menu-item-type-custom&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://hif.joelberthet.com/services/&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;Worship&#38;lt;/strong&#38;gt;&#38;lt;/a&#38;gt;
&#38;lt;ul class=&#38;quot;sub-menu&#38;quot;&#38;gt;
	&#38;lt;li id=&#38;quot;menu-item-55&#38;quot; class=&#38;quot;menu-item menu-item-type-post_type&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://hif.joelberthet.com/services/&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;Services&#38;lt;/strong&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;

	&#38;lt;li id=&#38;quot;menu-item-76&#38;quot; class=&#38;quot;menu-item menu-item-type-post_type&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://hif.joelberthet.com/messages/&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;Messages&#38;lt;/strong&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;/ul&#38;gt;
&#38;lt;/li&#38;gt;
&#38;lt;li id=&#38;quot;menu-item-87&#38;quot; class=&#38;quot;menu-item menu-item-type-custom&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://hif.joelberthet.com/kids/&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;Relationships&#38;lt;/strong&#38;gt;&#38;lt;/a&#38;gt;
&#38;lt;ul class=&#38;quot;sub-menu&#38;quot;&#38;gt;
	&#38;lt;li id=&#38;quot;menu-item-80&#38;quot; class=&#38;quot;menu-item menu-item-type-post_type&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://hif.joelberthet.com/kids/&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;Kids&#38;lt;/strong&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
	&#38;lt;li id=&#38;quot;menu-item-83&#38;quot; class=&#38;quot;menu-item menu-item-type-post_type&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://hif.joelberthet.com/youth/&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;Youth&#38;lt;/strong&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
	&#38;lt;li id=&#38;quot;menu-item-86&#38;quot; class=&#38;quot;menu-item menu-item-type-post_type&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://hif.joelberthet.com/adults/&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;Adults&#38;lt;/strong&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;

	&#38;lt;li id=&#38;quot;menu-item-99&#38;quot; class=&#38;quot;menu-item menu-item-type-post_type&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://hif.joelberthet.com/events/&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;Events&#38;lt;/strong&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;/ul&#38;gt;
&#38;lt;/li&#38;gt;
&#38;lt;li id=&#38;quot;menu-item-94&#38;quot; class=&#38;quot;menu-item menu-item-type-custom&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://hif.joelberthet.com/partnerships/&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;Outreach&#38;lt;/strong&#38;gt;&#38;lt;/a&#38;gt;
&#38;lt;ul class=&#38;quot;sub-menu&#38;quot;&#38;gt;
	&#38;lt;li id=&#38;quot;menu-item-90&#38;quot; class=&#38;quot;menu-item menu-item-type-post_type&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://hif.joelberthet.com/partnerships/&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;Partnerships&#38;lt;/strong&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
	&#38;lt;li id=&#38;quot;menu-item-93&#38;quot; class=&#38;quot;menu-item menu-item-type-post_type&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://hif.joelberthet.com/projects/&#38;quot;&#38;gt;&#38;lt;strong&#38;gt;Projects&#38;lt;/strong&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;/ul&#38;gt;
&#38;lt;/li&#38;gt;
&#38;lt;/ul&#38;gt;&#38;lt;/div&#38;gt;
			&#38;lt;/div&#38;gt;	&#38;lt;!-- end #head --&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>JoelAnthony on "Adjust Individual Menu Item Spacing"</title>
			<link>http://www.kriesi.at/support/topic/adjust-individual-menu-item-spacing#post-11208</link>
			<pubDate>Wed, 12 Jan 2011 03:15:15 +0000</pubDate>
			<dc:creator>JoelAnthony</dc:creator>
			<guid isPermaLink="false">11208@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I already have Display 2.0 as I just bought the theme a few weeks ago. I also understand how to create a custom menu and have done so. I just need to know where these &#34;unique id's&#34; are kept for each menu item so that I can adjust the spacing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adjust Individual Menu Item Spacing"</title>
			<link>http://www.kriesi.at/support/topic/adjust-individual-menu-item-spacing#post-11167</link>
			<pubDate>Tue, 11 Jan 2011 08:41:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11167@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You need to upgrade to Display Version 2.0 first, then you can follow this tutorial: &#60;a href=&#34;http://www.kriesi.at/support/topic/i-can%E2%80%99t-create-a-custom-menu-the-menu-behaves-weird&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/i-can%E2%80%99t-create-a-custom-menu-the-menu-behaves-weird&#60;/a&#62; - it shows you how to create a custom menu. Then you'll get a menu where every menu item has an unique id which helps you to style every item different. Please post here again after you upgrade to Display 2.0 and created your own menu and I'll provide some sample code :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JoelAnthony on "Adjust Individual Menu Item Spacing"</title>
			<link>http://www.kriesi.at/support/topic/adjust-individual-menu-item-spacing#post-11158</link>
			<pubDate>Tue, 11 Jan 2011 03:27:25 +0000</pubDate>
			<dc:creator>JoelAnthony</dc:creator>
			<guid isPermaLink="false">11158@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Maybe I am missing something or I did not make myself clear. I already knew how to adjust the width for the whole menu, just not to customize each menu item differently. As I followed the instructions above it changes the width, but it is applied to each menu item. How do you diversify the menu spacing for words that are bigger than others?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adjust Individual Menu Item Spacing"</title>
			<link>http://www.kriesi.at/support/topic/adjust-individual-menu-item-spacing#post-11037</link>
			<pubDate>Fri, 07 Jan 2011 13:27:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11037@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
sorry for the late reply.&#60;/p&#62;
&#60;p&#62;Please search for following code in style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.nav li a{
display:block;
float:left;
padding: 6px 10px;
width:110px;
border: none;
text-decoration: none;
line-height: 18px;
outline: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change the value of &#34;width&#34; as you like.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JoelAnthony on "Adjust Individual Menu Item Spacing"</title>
			<link>http://www.kriesi.at/support/topic/adjust-individual-menu-item-spacing#post-11012</link>
			<pubDate>Fri, 07 Jan 2011 06:03:14 +0000</pubDate>
			<dc:creator>JoelAnthony</dc:creator>
			<guid isPermaLink="false">11012@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Anyone out there? Here is someone using the same theme with the customized spacing? &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://hopecentral.com/&#34; rel=&#34;nofollow&#34;&#62;http://hopecentral.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JoelAnthony on "Adjust Individual Menu Item Spacing"</title>
			<link>http://www.kriesi.at/support/topic/adjust-individual-menu-item-spacing#post-10929</link>
			<pubDate>Wed, 05 Jan 2011 07:10:18 +0000</pubDate>
			<dc:creator>JoelAnthony</dc:creator>
			<guid isPermaLink="false">10929@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have figured out how to adjust the font size and total width of the menu, but I need to know how to adjust the width for each of the menu items. As you can see here it looks quite odd as each word is different and therefore needs different spacing.  &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://hif.joelberthet.com/&#34; rel=&#34;nofollow&#34;&#62;http://hif.joelberthet.com/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
