<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Centering The Main Nav Bar &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/centering-the-main-nav-bar/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/centering-the-main-nav-bar/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 13:19:58 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/centering-the-main-nav-bar/#post-53127</guid>
					<title><![CDATA[Centering The Main Nav Bar]]></title>
					<link>https://theme.co/archive/forums/topic/centering-the-main-nav-bar/#post-53127</link>
					<pubDate>Fri, 06 Jun 2014 02:10:17 +0000</pubDate>
					<dc:creator>David G</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Is there a way to center the main navigation. Home, About, Services, Contact. Currently it&#8217;s flush right.</p>
<p>-David</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/centering-the-main-nav-bar/#post-53279</guid>
					<title><![CDATA[Reply To: Centering The Main Nav Bar]]></title>
					<link>https://theme.co/archive/forums/topic/centering-the-main-nav-bar/#post-53279</link>
					<pubDate>Fri, 06 Jun 2014 12:39:06 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>Hi David,</p>
<p>Thanks for dropping by, to make your navigation centered, please add the following code snippet into the customizer Custom &gt; CSS</p>
<pre><code>
.masthead-inline .x-nav{
  display: block;
  float: none;
  text-align: center;
  width: 100%;
  position: absolute;
}
.masthead-inline .x-navbar .x-nav&gt;li {
  display: inline-block;
}

</code></pre>
<p>Hope that help, cheers.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/centering-the-main-nav-bar/#post-53284</guid>
					<title><![CDATA[Reply To: Centering The Main Nav Bar]]></title>
					<link>https://theme.co/archive/forums/topic/centering-the-main-nav-bar/#post-53284</link>
					<pubDate>Fri, 06 Jun 2014 12:58:31 +0000</pubDate>
					<dc:creator>Patrick M</dc:creator>

					<description>
						<![CDATA[
						<p>When i add this code ist turn from right to left but not in the middle. I use Renew. Same with the Logo, how can i set it to the middle ?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/centering-the-main-nav-bar/#post-53328</guid>
					<title><![CDATA[Reply To: Centering The Main Nav Bar]]></title>
					<link>https://theme.co/archive/forums/topic/centering-the-main-nav-bar/#post-53328</link>
					<pubDate>Fri, 06 Jun 2014 15:24:50 +0000</pubDate>
					<dc:creator>David G</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Me too. It turns from right justified to left Justified. </p>
<p>Another approach might be to go from inline to stacked, but eliminate the x-logobar. Is this possible? </p>
<p>I am putting the logo in the slider and I want to eliminate it from the nave bar entirely, but have the links centered.</p>
<p>Awesome theme by the way.</p>
<p>David</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/centering-the-main-nav-bar/#post-53524</guid>
					<title><![CDATA[Reply To: Centering The Main Nav Bar]]></title>
					<link>https://theme.co/archive/forums/topic/centering-the-main-nav-bar/#post-53524</link>
					<pubDate>Sat, 07 Jun 2014 03:29:06 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi David,</p>
<p>Stacked navigation is good option too and you could hide logo by adding this css.</p>
<pre><code>.x-logobar {
display: none;
}
</code></pre>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/centering-the-main-nav-bar/#post-53727</guid>
					<title><![CDATA[Reply To: Centering The Main Nav Bar]]></title>
					<link>https://theme.co/archive/forums/topic/centering-the-main-nav-bar/#post-53727</link>
					<pubDate>Sun, 08 Jun 2014 07:22:37 +0000</pubDate>
					<dc:creator>David G</dc:creator>

					<description>
						<![CDATA[
						<p>That did the trick! Thanks for being so quick!!! You guys are awesome!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/centering-the-main-nav-bar/#post-53886</guid>
					<title><![CDATA[Reply To: Centering The Main Nav Bar]]></title>
					<link>https://theme.co/archive/forums/topic/centering-the-main-nav-bar/#post-53886</link>
					<pubDate>Mon, 09 Jun 2014 02:00:46 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome David. And, thank you for your kind words.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/centering-the-main-nav-bar/#post-79449</guid>
					<title><![CDATA[Reply To: Centering The Main Nav Bar]]></title>
					<link>https://theme.co/archive/forums/topic/centering-the-main-nav-bar/#post-79449</link>
					<pubDate>Thu, 07 Aug 2014 03:41:29 +0000</pubDate>
					<dc:creator>Chance W</dc:creator>

					<description>
						<![CDATA[
						<p>I ran into the same problem with the Renew stack.  The code referenced above to center navigation actually makes it aligned left.  Is there some other CSS I can try to align in center in the renew stack and not have to use a stacked logo?  I&#8217;d like to use inline logo and just display:none on the homepage since I&#8217;m using a slide above the masthead on the home page and still have the inline logo on other pages.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/centering-the-main-nav-bar/#post-79450</guid>
					<title><![CDATA[Reply To: Centering The Main Nav Bar]]></title>
					<link>https://theme.co/archive/forums/topic/centering-the-main-nav-bar/#post-79450</link>
					<pubDate>Thu, 07 Aug 2014 03:43:26 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Chance,</p>
<p>Thanks for writing in! To assist you with this issue, we&#8217;ll first need you to provide us with your URL as stated on the forum entrance page. This is to ensure that we can provide you with a tailored answer to your situation. Once you have have provided us with your URL, we will be happy to assist you with everything.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/centering-the-main-nav-bar/#post-79456</guid>
					<title><![CDATA[Reply To: Centering The Main Nav Bar]]></title>
					<link>https://theme.co/archive/forums/topic/centering-the-main-nav-bar/#post-79456</link>
					<pubDate>Thu, 07 Aug 2014 04:02:13 +0000</pubDate>
					<dc:creator>Chance W</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

