<?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 for BOZZ MEDIA</title>
	<atom:link href="http://www.bozzmedia.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bozzmedia.com</link>
	<description>Creating media for the greater good.</description>
	<lastBuildDate>Tue, 24 Jan 2012 16:19:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Center the Navigation Menu in Twenty Eleven by Ryan Moser</title>
		<link>http://www.bozzmedia.com/posts/twenty-eleven-theme-center-navigation-menu/#comment-36</link>
		<dc:creator>Ryan Moser</dc:creator>
		<pubDate>Tue, 24 Jan 2012 16:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bozzmedia.com/web/?p=57#comment-36</guid>
		<description>Thanks for this great tip Steve!
Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks for this great tip Steve!<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Center the Navigation Menu in Twenty Eleven by BOZZ</title>
		<link>http://www.bozzmedia.com/posts/twenty-eleven-theme-center-navigation-menu/#comment-29</link>
		<dc:creator>BOZZ</dc:creator>
		<pubDate>Wed, 07 Dec 2011 11:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.bozzmedia.com/web/?p=57#comment-29</guid>
		<description>and that copy &amp; paste friendly snippet is:

    #access { float:none; }

    #access { text-align:center; }

    #access ul { display:inline-block; }

    #access div { margin: 0 0; }

Place !important tags just before the closing semi-colon only if you&#039;re having trouble.</description>
		<content:encoded><![CDATA[<p>and that copy &#038; paste friendly snippet is:</p>
<p>    #access { float:none; }</p>
<p>    #access { text-align:center; }</p>
<p>    #access ul { display:inline-block; }</p>
<p>    #access div { margin: 0 0; }</p>
<p>Place !important tags just before the closing semi-colon only if you&#8217;re having trouble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Center the Navigation Menu in Twenty Eleven by BOZZ</title>
		<link>http://www.bozzmedia.com/posts/twenty-eleven-theme-center-navigation-menu/#comment-28</link>
		<dc:creator>BOZZ</dc:creator>
		<pubDate>Wed, 07 Dec 2011 11:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.bozzmedia.com/web/?p=57#comment-28</guid>
		<description>Just as a follow-up, I&#039;ve tried these 4 steps again on a fresh Twenty Eleven child theme and it worked like a charm.  Use your Search and Replace tool to find the appropriate CSS to manipulate in your child theme.  You could even use the above code in one snippet and put !important tags on it if you prefer to rough it in.  Good luck!</description>
		<content:encoded><![CDATA[<p>Just as a follow-up, I&#8217;ve tried these 4 steps again on a fresh Twenty Eleven child theme and it worked like a charm.  Use your Search and Replace tool to find the appropriate CSS to manipulate in your child theme.  You could even use the above code in one snippet and put !important tags on it if you prefer to rough it in.  Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Center the Navigation Menu in Twenty Eleven by Nate</title>
		<link>http://www.bozzmedia.com/posts/twenty-eleven-theme-center-navigation-menu/#comment-27</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Sat, 12 Nov 2011 14:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.bozzmedia.com/web/?p=57#comment-27</guid>
		<description>Thx Bozz! I can&#039;t seem to get that particular solution to work - but I love FireBug!

I&#039;ll keep messing around with FireBug - it seems the best way to learn programming is with trial and error... (and I need to learn CSS regardless...)</description>
		<content:encoded><![CDATA[<p>Thx Bozz! I can&#8217;t seem to get that particular solution to work &#8211; but I love FireBug!</p>
<p>I&#8217;ll keep messing around with FireBug &#8211; it seems the best way to learn programming is with trial and error&#8230; (and I need to learn CSS regardless&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Center the Navigation Menu in Twenty Eleven by BOZZ</title>
		<link>http://www.bozzmedia.com/posts/twenty-eleven-theme-center-navigation-menu/#comment-26</link>
		<dc:creator>BOZZ</dc:creator>
		<pubDate>Sat, 12 Nov 2011 04:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.bozzmedia.com/web/?p=57#comment-26</guid>
		<description>Take a look at your CSS on line 669:

&lt;code&gt;#branding .only-search + #access div {
    padding-right: 205px;
}&lt;/code&gt;

Removing this appears to center the menu. I highly recommend you use Firebug to help troubleshoot this sort of thing.

As for extra pixels, play with the overall padding/margins for #access</description>
		<content:encoded><![CDATA[<p>Take a look at your CSS on line 669:</p>
<p><code>#branding .only-search + #access div {<br />
    padding-right: 205px;<br />
}</code></p>
<p>Removing this appears to center the menu. I highly recommend you use Firebug to help troubleshoot this sort of thing.</p>
<p>As for extra pixels, play with the overall padding/margins for #access</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Center the Navigation Menu in Twenty Eleven by Nate</title>
		<link>http://www.bozzmedia.com/posts/twenty-eleven-theme-center-navigation-menu/#comment-25</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Sat, 12 Nov 2011 02:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bozzmedia.com/web/?p=57#comment-25</guid>
		<description>Boz,

Thank you so much for helping out the community! I really appreciate people like yourself and try to help out myself the more I learn.

I tried to follow your (and the comment follow ups) exactly. I&#039;m not a CSS expert, but I can hold my own with it.

However, as you can see at http://www.homemusicgear.com/ 
1. The text isn&#039;t quite in the middle of the menu bar (extra padding somewhere?)
2. There&#039;s extra pixels underneath the text - like an additional line across the bar.

How might I go about fixing it?

Thx again!</description>
		<content:encoded><![CDATA[<p>Boz,</p>
<p>Thank you so much for helping out the community! I really appreciate people like yourself and try to help out myself the more I learn.</p>
<p>I tried to follow your (and the comment follow ups) exactly. I&#8217;m not a CSS expert, but I can hold my own with it.</p>
<p>However, as you can see at <a href="http://www.homemusicgear.com/" rel="nofollow">http://www.homemusicgear.com/</a><br />
1. The text isn&#8217;t quite in the middle of the menu bar (extra padding somewhere?)<br />
2. There&#8217;s extra pixels underneath the text &#8211; like an additional line across the bar.</p>
<p>How might I go about fixing it?</p>
<p>Thx again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Center the Navigation Menu in Twenty Eleven by BOZZ</title>
		<link>http://www.bozzmedia.com/posts/twenty-eleven-theme-center-navigation-menu/#comment-24</link>
		<dc:creator>BOZZ</dc:creator>
		<pubDate>Tue, 08 Nov 2011 00:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.bozzmedia.com/web/?p=57#comment-24</guid>
		<description>have a URL to show us?</description>
		<content:encoded><![CDATA[<p>have a URL to show us?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Center the Navigation Menu in Twenty Eleven by BOZZ</title>
		<link>http://www.bozzmedia.com/posts/twenty-eleven-theme-center-navigation-menu/#comment-23</link>
		<dc:creator>BOZZ</dc:creator>
		<pubDate>Tue, 08 Nov 2011 00:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.bozzmedia.com/web/?p=57#comment-23</guid>
		<description>I would try to re organize my menu links to be more concise, but if you have already done so and must have a huge nav menu, I&#039;d suggest messing with letter-spacing and font size.</description>
		<content:encoded><![CDATA[<p>I would try to re organize my menu links to be more concise, but if you have already done so and must have a huge nav menu, I&#8217;d suggest messing with letter-spacing and font size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Center the Navigation Menu in Twenty Eleven by Greg</title>
		<link>http://www.bozzmedia.com/posts/twenty-eleven-theme-center-navigation-menu/#comment-14</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Fri, 28 Oct 2011 04:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.bozzmedia.com/web/?p=57#comment-14</guid>
		<description>Hey Boz, thanks for the post. I made the code edits above that you suggested. I&#039;m wondering how you would handle when you have more menu items than will fit onto one line. My menus wrap to a second line, but they start from the left side instead of centering. Any suggestions? Thanks in advance.  http://cap.tombird.com</description>
		<content:encoded><![CDATA[<p>Hey Boz, thanks for the post. I made the code edits above that you suggested. I&#8217;m wondering how you would handle when you have more menu items than will fit onto one line. My menus wrap to a second line, but they start from the left side instead of centering. Any suggestions? Thanks in advance.  <a href="http://cap.tombird.com" rel="nofollow">http://cap.tombird.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Center the Navigation Menu in Twenty Eleven by DMT</title>
		<link>http://www.bozzmedia.com/posts/twenty-eleven-theme-center-navigation-menu/#comment-13</link>
		<dc:creator>DMT</dc:creator>
		<pubDate>Fri, 28 Oct 2011 02:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.bozzmedia.com/web/?p=57#comment-13</guid>
		<description>Hi guys.

I just put...

#access ul {
margin: 0 0 -7px;
}

...into my style.css file, but it didnt center the navigator menu.
Did I do something wrong?

..Also.. the Navigator menu is under the picture, how do I fix so its on top?

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi guys.</p>
<p>I just put&#8230;</p>
<p>#access ul {<br />
margin: 0 0 -7px;<br />
}</p>
<p>&#8230;into my style.css file, but it didnt center the navigator menu.<br />
Did I do something wrong?</p>
<p>..Also.. the Navigator menu is under the picture, how do I fix so its on top?</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 25/35 queries in 0.014 seconds using disk: basic
Object Caching 390/405 objects using disk: basic

Served from: www.bozzmedia.com @ 2012-02-23 01:56:05 -->
