<?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>Changing line spacing in a text element &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/changing-line-spacing-in-a-text-element/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/changing-line-spacing-in-a-text-element/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 07 Nov 2025 05:49:56 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-line-spacing-in-a-text-element/#post-343854</guid>
					<title><![CDATA[Changing line spacing in a text element]]></title>
					<link>https://theme.co/archive/forums/topic/changing-line-spacing-in-a-text-element/#post-343854</link>
					<pubDate>Wed, 29 Jul 2015 09:09:33 +0000</pubDate>
					<dc:creator>amparanjape</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I have a Text element inserted on my front page.  I can change the font size and fonts but cannot reduce the line spacing.  I can increase it (either by using % or higher px values) but cannot go to (say) half spacing.  Can I do this?</p>
<p>Thx<br />
anil</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-line-spacing-in-a-text-element/#post-343862</guid>
					<title><![CDATA[Reply To: Changing line spacing in a text element]]></title>
					<link>https://theme.co/archive/forums/topic/changing-line-spacing-in-a-text-element/#post-343862</link>
					<pubDate>Wed, 29 Jul 2015 09:23:42 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Anil,</p>
<p>Thanks for writing in!</p>
<p>You can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>
body .x-text {
   line-height:1.5;
}
</code></pre>
<p>If that doesn&#8217;t help, please provide us your site url so we could take a closer look.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-line-spacing-in-a-text-element/#post-343961</guid>
					<title><![CDATA[Reply To: Changing line spacing in a text element]]></title>
					<link>https://theme.co/archive/forums/topic/changing-line-spacing-in-a-text-element/#post-343961</link>
					<pubDate>Wed, 29 Jul 2015 11:24:24 +0000</pubDate>
					<dc:creator>amparanjape</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks.  That works but now it&#8217;s applied globally to all text elements.  If I want to change the line height only in specific text elements, what should I do?  I tried adding a &#8216;line-height:1&#8217; attribute in the style of the code for that text element.  I found that I can increase the line height beyond the global default put in the customer CSS as above but not reduce it.  Is there a way?</p>
<p>Thx<br />
anil</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-line-spacing-in-a-text-element/#post-343968</guid>
					<title><![CDATA[Reply To: Changing line spacing in a text element]]></title>
					<link>https://theme.co/archive/forums/topic/changing-line-spacing-in-a-text-element/#post-343968</link>
					<pubDate>Wed, 29 Jul 2015 11:31:17 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Would you mind providing us with your website URL &amp; the section you want to increase the line height?</p>
<p>Many thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-line-spacing-in-a-text-element/#post-343980</guid>
					<title><![CDATA[Reply To: Changing line spacing in a text element]]></title>
					<link>https://theme.co/archive/forums/topic/changing-line-spacing-in-a-text-element/#post-343980</link>
					<pubDate>Wed, 29 Jul 2015 11:51:07 +0000</pubDate>
					<dc:creator>amparanjape</dc:creator>

					<description>
						<![CDATA[
						<p>aagamilighting.com/wp</p>
<p>The section is the Intro section in top page (right under the menu when the site first loads) which has the following text:</p>
<p>&#8220;Hey, how does this look?  Better huh?  I want to see how this flows, how to compress the line spacing etc etc.  Kinda challenging and tiring huh!&#8221;</p>
<p>This text is in a text element.  The global default is set to a line height of 2.  In this text element, I put the following:</p>
<p>[x_responsive_text selector=&#8221;.h-responsive&#8221; compression=&#8221;2.5&#8243; min_size=&#8221;14&#8243; max_size=&#8221;24&#8243;]</p>
<p>&lt;span style=&#8221;color:#ffffff; line-height:1&#8243;&gt;<strong>Hey, how does this look?  Better huh?  I want to see how this flows, how to compress the line spacing etc etc.  Kinda challenging and tiring huh!</strong>&lt;/span&gt;</p>
<p>First of all, the responsive part is not working, don&#8217;t know what I am doing wrong.  Secondly, I put a line-height:1 in there but it has no effect.  If I change it line-height:3 (more than the global default), then it does take effect.</p>
<p>Thx<br />
Anil</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-line-spacing-in-a-text-element/#post-344002</guid>
					<title><![CDATA[Reply To: Changing line spacing in a text element]]></title>
					<link>https://theme.co/archive/forums/topic/changing-line-spacing-in-a-text-element/#post-344002</link>
					<pubDate>Wed, 29 Jul 2015 12:10:17 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Please try following CSS instead:</p>
<pre><code>#x-section-1 .x-text p {
    line-height: 1.5;
}</code></pre>
<p>Let us know how it goes!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-line-spacing-in-a-text-element/#post-344245</guid>
					<title><![CDATA[Reply To: Changing line spacing in a text element]]></title>
					<link>https://theme.co/archive/forums/topic/changing-line-spacing-in-a-text-element/#post-344245</link>
					<pubDate>Wed, 29 Jul 2015 15:42:35 +0000</pubDate>
					<dc:creator>amparanjape</dc:creator>

					<description>
						<![CDATA[
						<p>Where should I put this?  It appears in the customizer-&gt;custom-&gt;CSS part, right?  Or can I put this in the text element code itself?  Sorry, very new to html/css etc, so please pardon my ignorance!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-line-spacing-in-a-text-element/#post-344318</guid>
					<title><![CDATA[Reply To: Changing line spacing in a text element]]></title>
					<link>https://theme.co/archive/forums/topic/changing-line-spacing-in-a-text-element/#post-344318</link>
					<pubDate>Wed, 29 Jul 2015 16:53:33 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Anil,</p>
<p>Yes, you can use this code under <strong>Custom &gt; CSS</strong> in the Customizer.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

