<?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: How to Center Menu Text in the Display theme.</title>
		<link>http://www.kriesi.at/support/topic/how-to-center-menu-text-in-the-display-theme</link>
		<description>Support Forum - Topic: How to Center Menu Text in the Display theme.</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 03:05:34 +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/how-to-center-menu-text-in-the-display-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "How to Center Menu Text in the Display theme."</title>
			<link>http://www.kriesi.at/support/topic/how-to-center-menu-text-in-the-display-theme#post-71110</link>
			<pubDate>Wed, 15 Aug 2012 04:50:12 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">71110@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! Let us know if you have any more questions.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Phormosa on "How to Center Menu Text in the Display theme."</title>
			<link>http://www.kriesi.at/support/topic/how-to-center-menu-text-in-the-display-theme#post-71107</link>
			<pubDate>Wed, 15 Aug 2012 04:42:08 +0000</pubDate>
			<dc:creator>Phormosa</dc:creator>
			<guid isPermaLink="false">71107@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks! It worked perfectly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "How to Center Menu Text in the Display theme."</title>
			<link>http://www.kriesi.at/support/topic/how-to-center-menu-text-in-the-display-theme#post-71092</link>
			<pubDate>Wed, 15 Aug 2012 02:43:20 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">71092@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Phormosa,&#60;/p&#62;
&#60;p&#62;Find this snippet in your style.css (line 90 if you're counting):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.nav li a {
    display: block;
    float: left;
    line-height: 18px;
    outline: medium none;
    padding: 6px 10px;
    text-decoration: none;
    width: 100px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Add &#60;strong&#62;text-align:center;&#60;/strong&#62; after the width like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.nav li a {
    display: block;
    float: left;
    line-height: 18px;
    outline: medium none;
    padding: 6px 10px;
    text-decoration: none;
    width: 100px;
    text-align: center;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should center the text.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Phormosa on "How to Center Menu Text in the Display theme."</title>
			<link>http://www.kriesi.at/support/topic/how-to-center-menu-text-in-the-display-theme#post-71089</link>
			<pubDate>Wed, 15 Aug 2012 02:22:42 +0000</pubDate>
			<dc:creator>Phormosa</dc:creator>
			<guid isPermaLink="false">71089@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm currently using the Display theme. I'm looking to center the text in the navigation menu.&#60;br /&#62;
I've tried a few of the code snippets from other support topics but they didn't seem to make any changes.&#60;/p&#62;
&#60;p&#62;All help would be extremely appreciated.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
