<?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>The Forums &#187; Topic: navigation menu alignment</title>
		<link>http://www.cozmoslabs.com/forums/topic/navigation-menu-alignment</link>
		<description>Help In Rapid Theme Development</description>
		<language>en-US</language>
		<pubDate>Mon, 06 Sep 2010 11:14:38 +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.cozmoslabs.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.cozmoslabs.com/forums/rss/topic/navigation-menu-alignment" rel="self" type="application/rss+xml" />

		<item>
			<title>mattbaehr on "navigation menu alignment"</title>
			<link>http://www.cozmoslabs.com/forums/topic/navigation-menu-alignment#post-244</link>
			<pubDate>Fri, 12 Mar 2010 17:02:21 +0000</pubDate>
			<dc:creator>mattbaehr</dc:creator>
			<guid isPermaLink="false">244@http://www.cozmoslabs.com/forums/</guid>
			<description>&#60;p&#62;I am trying to do the same thing, but that fix didn't work.  It shifted everything farther right.  &#60;/p&#62;
&#60;p&#62;Also, is there anyway to center the text vertically now that I have increased the height of the menu bar?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aaron on "navigation menu alignment"</title>
			<link>http://www.cozmoslabs.com/forums/topic/navigation-menu-alignment#post-190</link>
			<pubDate>Wed, 10 Feb 2010 19:56:53 +0000</pubDate>
			<dc:creator>aaron</dc:creator>
			<guid isPermaLink="false">190@http://www.cozmoslabs.com/forums/</guid>
			<description>&#60;p&#62;ah, that did the trick! thanks cristian!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cristian on "navigation menu alignment"</title>
			<link>http://www.cozmoslabs.com/forums/topic/navigation-menu-alignment#post-180</link>
			<pubDate>Tue, 09 Feb 2010 08:02:39 +0000</pubDate>
			<dc:creator>cristian</dc:creator>
			<guid isPermaLink="false">180@http://www.cozmoslabs.com/forums/</guid>
			<description>&#60;p&#62;Ok... next time I'll try to read what people are asking :) I could have swearer you wanted the logo centered! &#60;/p&#62;
&#60;p&#62;Add this code to the bottom of style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sf-menu{
    position:absolute;
    left:50%;
    margin-left:-25%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It works in Firefox, but I haven't checked it other browsers.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aaron on "navigation menu alignment"</title>
			<link>http://www.cozmoslabs.com/forums/topic/navigation-menu-alignment#post-179</link>
			<pubDate>Tue, 09 Feb 2010 00:45:20 +0000</pubDate>
			<dc:creator>aaron</dc:creator>
			<guid isPermaLink="false">179@http://www.cozmoslabs.com/forums/</guid>
			<description>&#60;p&#62;thanks cristian. i implemented the fixes you mentioned, but the nav menu is still aligned right. just to clarify, by nav menu i mean the links in the red bar &#34;shows, contact&#34; etc. any assistance would be appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cristian on "navigation menu alignment"</title>
			<link>http://www.cozmoslabs.com/forums/topic/navigation-menu-alignment#post-164</link>
			<pubDate>Tue, 02 Feb 2010 05:18:09 +0000</pubDate>
			<dc:creator>cristian</dc:creator>
			<guid isPermaLink="false">164@http://www.cozmoslabs.com/forums/</guid>
			<description>&#60;p&#62;Hey aaron,&#60;/p&#62;
&#60;p&#62;First you have to css errors to the end of your style.css file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.about {color: #282828;}
.about a {
	text-decoration:underline;
color:#cc0000;
}
.about a:hover{
	text-decoration:underline;
	color:#282828;

about a:visited{
	text-decoration:underline;
	color:#cc0000;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;this should be something like this (notice the closing tags and the . on the last about)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.about {color: #282828;}
.about a {
	text-decoration:underline;
        color:#cc0000;
}
.about a:hover{
	text-decoration:underline;
	color:#282828;
}
.about a:visited{
	text-decoration:underline;
	color:#cc0000;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;After you fix this try and add this code&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#branding{
    width:960px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And then upload a header image that is 960px wide. This way it will look a lot better then just centering it.&#60;/p&#62;
&#60;p&#62;But if you still want it just centered add this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#logo-image{
    text-align:center;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>aaron on "navigation menu alignment"</title>
			<link>http://www.cozmoslabs.com/forums/topic/navigation-menu-alignment#post-161</link>
			<pubDate>Tue, 02 Feb 2010 01:14:28 +0000</pubDate>
			<dc:creator>aaron</dc:creator>
			<guid isPermaLink="false">161@http://www.cozmoslabs.com/forums/</guid>
			<description>&#60;p&#62;hi Cristian, love the Street theme. i'm using it on my site, &#60;a href=&#34;http://www.aaronjafferis.com&#34; rel=&#34;nofollow&#34;&#62;http://www.aaronjafferis.com&#60;/a&#62;, but would like to center the nav menu instead of aligning right. how do i change this? thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
