<?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>edit CSS to reduce side padding of Nav Bar &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/edit-css-to-reduce-side-padding-of-nav-bar/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/edit-css-to-reduce-side-padding-of-nav-bar/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 18 Nov 2025 23:39:58 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/edit-css-to-reduce-side-padding-of-nav-bar/#post-150005</guid>
					<title><![CDATA[edit CSS to reduce side padding of Nav Bar]]></title>
					<link>https://theme.co/archive/forums/topic/edit-css-to-reduce-side-padding-of-nav-bar/#post-150005</link>
					<pubDate>Fri, 21 Nov 2014 17:24:14 +0000</pubDate>
					<dc:creator>Erin M</dc:creator>

					<description>
						<![CDATA[
						<p>I would like to reduce the side padding of my Nav Bar, so I can fit one more item.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/edit-css-to-reduce-side-padding-of-nav-bar/#post-150435</guid>
					<title><![CDATA[Reply To: edit CSS to reduce side padding of Nav Bar]]></title>
					<link>https://theme.co/archive/forums/topic/edit-css-to-reduce-side-padding-of-nav-bar/#post-150435</link>
					<pubDate>Sat, 22 Nov 2014 13:19:59 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Erin,</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 provided us with your URL, we will be happy to assist you.</p>
<p>Meanwhile, please try adding following code under <strong>Custom &gt; CSS</strong> in the Customizer:</p>
<pre><code>.x-navbar .x-container-fluid.max {
   max-width: 1500px;
}
</code></pre>
<p>Adjust <strong>1500px</strong> to increase/decrease the width of the navbar container.</p>
<p>Hope this helps. 🙂</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/edit-css-to-reduce-side-padding-of-nav-bar/#post-150647</guid>
					<title><![CDATA[Reply To: edit CSS to reduce side padding of Nav Bar]]></title>
					<link>https://theme.co/archive/forums/topic/edit-css-to-reduce-side-padding-of-nav-bar/#post-150647</link>
					<pubDate>Sat, 22 Nov 2014 23:14:10 +0000</pubDate>
					<dc:creator>Erin M</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you for your help, I am developing the site locally until it is further along so I don&#8217;t have url to show you yet. I tried the CSS code above, it doesn&#8217;t address the issue I want to target. What I am trying to do is the container for the Nav Bar is padded maybe 45 on the left and the right so the Nav Bar entries line up with the content below. I am hoping to decrease the left and right inset so I can fit one more Nav Bar item.</p>
<p>Again thank you for your help.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/edit-css-to-reduce-side-padding-of-nav-bar/#post-151025</guid>
					<title><![CDATA[Reply To: edit CSS to reduce side padding of Nav Bar]]></title>
					<link>https://theme.co/archive/forums/topic/edit-css-to-reduce-side-padding-of-nav-bar/#post-151025</link>
					<pubDate>Sun, 23 Nov 2014 16:06:27 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Try this CSS code:</p>
<pre><code>.x-navbar .x-container-fluid.max.width {
width: 96%;
max-width: 1500px;
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/edit-css-to-reduce-side-padding-of-nav-bar/#post-151042</guid>
					<title><![CDATA[Reply To: edit CSS to reduce side padding of Nav Bar]]></title>
					<link>https://theme.co/archive/forums/topic/edit-css-to-reduce-side-padding-of-nav-bar/#post-151042</link>
					<pubDate>Sun, 23 Nov 2014 16:35:05 +0000</pubDate>
					<dc:creator>Erin M</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you very much! That did exactly what I needed!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/edit-css-to-reduce-side-padding-of-nav-bar/#post-151328</guid>
					<title><![CDATA[Reply To: edit CSS to reduce side padding of Nav Bar]]></title>
					<link>https://theme.co/archive/forums/topic/edit-css-to-reduce-side-padding-of-nav-bar/#post-151328</link>
					<pubDate>Mon, 24 Nov 2014 07:29:30 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome Erin. 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

