<?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>Letter spacing code not working &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/letter-spacing-code-not-working/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/letter-spacing-code-not-working/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 13:36:07 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/letter-spacing-code-not-working/#post-276399</guid>
					<title><![CDATA[Letter spacing code not working]]></title>
					<link>https://theme.co/archive/forums/topic/letter-spacing-code-not-working/#post-276399</link>
					<pubDate>Mon, 18 May 2015 22:21:16 +0000</pubDate>
					<dc:creator>Pamela</dc:creator>

					<description>
						<![CDATA[
						<p>I found this code in a past thread to decrease letter spacing in headers, but it doesn&#8217;t work for me.  I even set a negative number and nothing is happening.</p>
<p>h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {<br />
  letter-spacing: 0 !important;<br />
}</p>
<p>Please help! Thx.</p>
<p>Pam</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/letter-spacing-code-not-working/#post-276495</guid>
					<title><![CDATA[Reply To: Letter spacing code not working]]></title>
					<link>https://theme.co/archive/forums/topic/letter-spacing-code-not-working/#post-276495</link>
					<pubDate>Tue, 19 May 2015 01:33:17 +0000</pubDate>
					<dc:creator>Lely</dc:creator>

					<description>
						<![CDATA[
						<p>Hello Pam,</p>
<p>Thanks for posting in.</p>
<p>The above CSS code for letter spacing should work, unless it is overwritten by more CSS specific rules for certain headers. Would you mind sharing the specific URL and headline where the above code is not working?</p>
<p>I also checked your CSS code and I found this :</p>
<pre><code>h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  letter-spacing: -1 !important;
}</code></pre>
<p>You should add <strong>px</strong> after -1 for that to work.  </p>
<pre><code>h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  letter-spacing: -1px !important;
}</code></pre>
<p>We can only omit the unit px  if the value is 0.</p>
<p>Hope this helps.<br />
Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/letter-spacing-code-not-working/#post-276504</guid>
					<title><![CDATA[Reply To: Letter spacing code not working]]></title>
					<link>https://theme.co/archive/forums/topic/letter-spacing-code-not-working/#post-276504</link>
					<pubDate>Tue, 19 May 2015 01:50:40 +0000</pubDate>
					<dc:creator>Pamela</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve also tried this code to decrease spacing after headings and it doesn&#8217;t seem to work:</p>
<p>h1, .h1{margin-bottom: -2px !important;<br />
h2, .h2{margin-bottom: 0px !important;<br />
}</p>
<p>You can see what I&#8217;m talking about here;<br />
<a href="http://574.c24.myftpupload.com/building-automation/" rel="nofollow">http://574.c24.myftpupload.com/building-automation/</a></p>
<p>I would like to tighten up the line-spacing.</p>
<p>Thank you!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/letter-spacing-code-not-working/#post-276544</guid>
					<title><![CDATA[Reply To: Letter spacing code not working]]></title>
					<link>https://theme.co/archive/forums/topic/letter-spacing-code-not-working/#post-276544</link>
					<pubDate>Tue, 19 May 2015 02:52:31 +0000</pubDate>
					<dc:creator>Pamela</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you! I got the above CSS to work by making the little change with the px so thank you for catching that!  </p>
<p>Now I just have a problem with the line spacing in the above post.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/letter-spacing-code-not-working/#post-276572</guid>
					<title><![CDATA[Reply To: Letter spacing code not working]]></title>
					<link>https://theme.co/archive/forums/topic/letter-spacing-code-not-working/#post-276572</link>
					<pubDate>Tue, 19 May 2015 03:50:04 +0000</pubDate>
					<dc:creator>Prasant Rai</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for writing in!</p>
<p>Kindly add following CSS under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong> and let us know if that&#8217;s what you looking for:</p>
<pre><code>h1, h2, h4 {
    margin-top: 20px;
}
</code></pre>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/letter-spacing-code-not-working/#post-276593</guid>
					<title><![CDATA[Reply To: Letter spacing code not working]]></title>
					<link>https://theme.co/archive/forums/topic/letter-spacing-code-not-working/#post-276593</link>
					<pubDate>Tue, 19 May 2015 04:47:08 +0000</pubDate>
					<dc:creator>Pamela</dc:creator>

					<description>
						<![CDATA[
						<p>This code doesn&#8217;t seem to be doing anything. I am really trying to decrease the space between the orange and black parts of the headline -tighten the gap between &#8220;productivity&#8221; and &#8220;not to mention cost savings&#8221;</p>
<p><a href="http://574.c24.myftpupload.com/building-automation/" rel="nofollow">http://574.c24.myftpupload.com/building-automation/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/letter-spacing-code-not-working/#post-276648</guid>
					<title><![CDATA[Reply To: Letter spacing code not working]]></title>
					<link>https://theme.co/archive/forums/topic/letter-spacing-code-not-working/#post-276648</link>
					<pubDate>Tue, 19 May 2015 06:48:14 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Add <code>class=&quot;mtn&quot;</code> to <code>h2</code> headline to remove top margin. your new code would be :</p>
<p><code>&lt;h2 class=&quot;mtn&quot; style=&quot;text-align: center;&quot;&gt;Smarter systems mean lower operational costs and more secure environments.&lt;/h2&gt;</code></p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/letter-spacing-code-not-working/#post-277713</guid>
					<title><![CDATA[Reply To: Letter spacing code not working]]></title>
					<link>https://theme.co/archive/forums/topic/letter-spacing-code-not-working/#post-277713</link>
					<pubDate>Wed, 20 May 2015 12:26:19 +0000</pubDate>
					<dc:creator>Pamela</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you. That worked but now if I want to add a little space back in I thought I would adjust the margin-bottom for the h1 type I have above it, but why doesn&#8217;t this do anything? </p>
<p>h1, .h1{<br />
  margin-bottom: 0 !important;<br />
}</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/letter-spacing-code-not-working/#post-277731</guid>
					<title><![CDATA[Reply To: Letter spacing code not working]]></title>
					<link>https://theme.co/archive/forums/topic/letter-spacing-code-not-working/#post-277731</link>
					<pubDate>Wed, 20 May 2015 13:02:59 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>If you would like to add some space, change 0 to larger value.</p>
<p>eg.</p>
<pre><code>
h1, .h1{
   margin-bottom: 20px !important;
}
</code></pre>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/letter-spacing-code-not-working/#post-277785</guid>
					<title><![CDATA[Reply To: Letter spacing code not working]]></title>
					<link>https://theme.co/archive/forums/topic/letter-spacing-code-not-working/#post-277785</link>
					<pubDate>Wed, 20 May 2015 13:50:35 +0000</pubDate>
					<dc:creator>Pamela</dc:creator>

					<description>
						<![CDATA[
						<p>Perfect!  Thank you!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

