<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Thesis 1.6 Nav Customization</title>
	<atom:link href="http://blog.matthewcampagna.com/2009/12/thesis-1-6-nav-customization/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.matthewcampagna.com/2009/12/thesis-1-6-nav-customization/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 17 Feb 2010 12:15:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mike</title>
		<link>http://blog.matthewcampagna.com/2009/12/thesis-1-6-nav-customization/comment-page-1/#comment-36</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 08 Feb 2010 08:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.matthewcampagna.com/?p=108#comment-36</guid>
		<description>Thanks, this tip was wonderful!</description>
		<content:encoded><![CDATA[<p>Thanks, this tip was wonderful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://blog.matthewcampagna.com/2009/12/thesis-1-6-nav-customization/comment-page-1/#comment-35</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Wed, 27 Jan 2010 17:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.matthewcampagna.com/?p=108#comment-35</guid>
		<description>Hi Doug,

Easier said than done, I&#039;m afraid. The menus are built on lists, floated left via CSS to force them into a horizontal layout. Unfortunately, floating lists left defies centering.

You can probably get around this, but it&#039;s going to depend on your comfort level with CSS.

Without getting into code, the steps I would take are:

1) Set you list items to a fixed width, text-align center. Based on the width and spacing of each item, calculate the total width of your menu.

2) Constrain the containing &lt;code&gt;div&lt;/code&gt; to the total width of the menu. This will place the list into a box of fixed dimensions, that we should be able to center on the page by setting &lt;code&gt;margin: 0px auto;&lt;/code&gt; in CSS.

The key to all of this is in knowing the exact width of your menu items.</description>
		<content:encoded><![CDATA[<p>Hi Doug,</p>
<p>Easier said than done, I&#8217;m afraid. The menus are built on lists, floated left via CSS to force them into a horizontal layout. Unfortunately, floating lists left defies centering.</p>
<p>You can probably get around this, but it&#8217;s going to depend on your comfort level with CSS.</p>
<p>Without getting into code, the steps I would take are:</p>
<p>1) Set you list items to a fixed width, text-align center. Based on the width and spacing of each item, calculate the total width of your menu.</p>
<p>2) Constrain the containing <code>div</code> to the total width of the menu. This will place the list into a box of fixed dimensions, that we should be able to center on the page by setting <code>margin: 0px auto;</code> in CSS.</p>
<p>The key to all of this is in knowing the exact width of your menu items.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Moore</title>
		<link>http://blog.matthewcampagna.com/2009/12/thesis-1-6-nav-customization/comment-page-1/#comment-33</link>
		<dc:creator>Doug Moore</dc:creator>
		<pubDate>Wed, 27 Jan 2010 11:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.matthewcampagna.com/?p=108#comment-33</guid>
		<description>Matt thanks for the tutorial...

I would like to try and center up the menu.  Any thoughts on how make that happen..</description>
		<content:encoded><![CDATA[<p>Matt thanks for the tutorial&#8230;</p>
<p>I would like to try and center up the menu.  Any thoughts on how make that happen..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://blog.matthewcampagna.com/2009/12/thesis-1-6-nav-customization/comment-page-1/#comment-15</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Thu, 14 Jan 2010 01:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.matthewcampagna.com/?p=108#comment-15</guid>
		<description>Sometimes when you copy and paste code from the web, it copies with &quot;unstraightened quotes&quot;, which can wreak havoc when pasted into your source code. By running them through a plain text editor first, those bad quotes are usually changed into proper straightened quotes, and thereafter function as intended.

I&#039;m glad you found my article helpful.</description>
		<content:encoded><![CDATA[<p>Sometimes when you copy and paste code from the web, it copies with &#8220;unstraightened quotes&#8221;, which can wreak havoc when pasted into your source code. By running them through a plain text editor first, those bad quotes are usually changed into proper straightened quotes, and thereafter function as intended.</p>
<p>I&#8217;m glad you found my article helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kayle Simon</title>
		<link>http://blog.matthewcampagna.com/2009/12/thesis-1-6-nav-customization/comment-page-1/#comment-14</link>
		<dc:creator>Kayle Simon</dc:creator>
		<pubDate>Wed, 13 Jan 2010 19:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.matthewcampagna.com/?p=108#comment-14</guid>
		<description>I tried using BBEdit rather than adding the CSS code through the thesis admin window, and it worked great; so nevermind.</description>
		<content:encoded><![CDATA[<p>I tried using BBEdit rather than adding the CSS code through the thesis admin window, and it worked great; so nevermind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kayle Simon</title>
		<link>http://blog.matthewcampagna.com/2009/12/thesis-1-6-nav-customization/comment-page-1/#comment-13</link>
		<dc:creator>Kayle Simon</dc:creator>
		<pubDate>Wed, 13 Jan 2010 19:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.matthewcampagna.com/?p=108#comment-13</guid>
		<description>Love the look of your nav and with your helpful post, tried to recreate it, but the code just disappears when I put it into my css file. You aren&#039;t clear on where the first code you specify goes, but I&#039;m figuring that gets added to the php file? Actually I tried it in both places, and still can&#039;t get this to work out.

Are there other settings in thesis that you haven&#039;t told me about? It&#039;s so weird, I copy and paste the CSS code into the custom file, click save, and the whole css file goes blank and has to be roaded. What am I doing wrong...it all looks okay to me, from a css code perspective, but perhaps the menu div isn&#039;t being created correctly or something.</description>
		<content:encoded><![CDATA[<p>Love the look of your nav and with your helpful post, tried to recreate it, but the code just disappears when I put it into my css file. You aren&#8217;t clear on where the first code you specify goes, but I&#8217;m figuring that gets added to the php file? Actually I tried it in both places, and still can&#8217;t get this to work out.</p>
<p>Are there other settings in thesis that you haven&#8217;t told me about? It&#8217;s so weird, I copy and paste the CSS code into the custom file, click save, and the whole css file goes blank and has to be roaded. What am I doing wrong&#8230;it all looks okay to me, from a css code perspective, but perhaps the menu div isn&#8217;t being created correctly or something.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

