<?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>Icon List Spacing &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/icon-list-spacing/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/icon-list-spacing/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 01:23:44 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/icon-list-spacing/#post-269492</guid>
					<title><![CDATA[Icon List Spacing]]></title>
					<link>https://theme.co/archive/forums/topic/icon-list-spacing/#post-269492</link>
					<pubDate>Sat, 09 May 2015 03:57:17 +0000</pubDate>
					<dc:creator>Antoine</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve got a problem with the spacing in an icon list. I&#8217;d like to:</p>
<p>1. Reduce the spacing between the lines of a same icon item list<br />
2. Align the different lines (there is a small spacing at the moment)</p>
<p>See the screenshot for more details:</p>
<p><img decoding="async" src="http://www.paleoflaneur.com/wp-content/uploads/2015/05/Screenshot-Icon-List.jpg" alt="" /></p>
<p>How to do the change?<br />
Thanks for your help!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icon-list-spacing/#post-269501</guid>
					<title><![CDATA[Reply To: Icon List Spacing]]></title>
					<link>https://theme.co/archive/forums/topic/icon-list-spacing/#post-269501</link>
					<pubDate>Sat, 09 May 2015 04:12:11 +0000</pubDate>
					<dc:creator>Lely</dc:creator>

					<description>
						<![CDATA[
						<p>Hello Antoine,</p>
<p>Thanks for giving us the screenshot with clear information of what you want to achieve here. please add the following code in your Customizer via Appearance &gt; Customize &gt; Custom &gt; CSS:</p>
<pre><code>#x-content-band-1 .x-ul-icons li {
line-height: 1;
margin-bottom: 20px;
}
</code></pre>
<p>Hope this helps.<br />
Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icon-list-spacing/#post-269506</guid>
					<title><![CDATA[Reply To: Icon List Spacing]]></title>
					<link>https://theme.co/archive/forums/topic/icon-list-spacing/#post-269506</link>
					<pubDate>Sat, 09 May 2015 04:17:32 +0000</pubDate>
					<dc:creator>Antoine</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks so much for the really fast response!</p>
<p>The CSS solves the spacing between the lines (in red on my screenshot) but doesn&#8217;t solve the alignment at the beginning of the lines (in blue in my screenshot).</p>
<p>Do you have another solution?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icon-list-spacing/#post-269523</guid>
					<title><![CDATA[Reply To: Icon List Spacing]]></title>
					<link>https://theme.co/archive/forums/topic/icon-list-spacing/#post-269523</link>
					<pubDate>Sat, 09 May 2015 04:53:09 +0000</pubDate>
					<dc:creator>Lely</dc:creator>

					<description>
						<![CDATA[
						<p>Hello Antoine,</p>
<p>Please also add the following CSS:</p>
<pre><code>#x-content-band-1 .x-ul-icons li .x-icon-check{
  margin-left: -10px;
  margin-right: 10px;
}
#x-content-band-1 .x-ul-icons li span{
  margin-left: -13px;
}</code></pre>
<p>Hope this helps.<br />
Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icon-list-spacing/#post-269530</guid>
					<title><![CDATA[Reply To: Icon List Spacing]]></title>
					<link>https://theme.co/archive/forums/topic/icon-list-spacing/#post-269530</link>
					<pubDate>Sat, 09 May 2015 05:37:50 +0000</pubDate>
					<dc:creator>Antoine</dc:creator>

					<description>
						<![CDATA[
						<p>It works like a charm. Thank you so much, your support is amazing!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icon-list-spacing/#post-269534</guid>
					<title><![CDATA[Reply To: Icon List Spacing]]></title>
					<link>https://theme.co/archive/forums/topic/icon-list-spacing/#post-269534</link>
					<pubDate>Sat, 09 May 2015 05:47:23 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Glad we could help, Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icon-list-spacing/#post-282842</guid>
					<title><![CDATA[Reply To: Icon List Spacing]]></title>
					<link>https://theme.co/archive/forums/topic/icon-list-spacing/#post-282842</link>
					<pubDate>Wed, 27 May 2015 11:36:48 +0000</pubDate>
					<dc:creator>Antoine</dc:creator>

					<description>
						<![CDATA[
						<p>I am trying to do some Icon lists with different icons but the spacing between the icons and the words and the alignment of the icons doesn&#8217;t work :it works actually fine when I use only the &#8220;ckeck&#8221; icon, but I&#8217;d like to be able to use different icons. Here it how it looks like:<br />
<img decoding="async" src="http://www.paleoflaneur.com/wp-content/uploads/2015/05/Icon-List.jpg" alt="" /></p>
<p>What should I change to make it work?</p>
<p>URL: <a href="http://www.paleoflaneur.com/discover-paleo/get-started-today/" rel="nofollow">http://www.paleoflaneur.com/discover-paleo/get-started-today/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icon-list-spacing/#post-282860</guid>
					<title><![CDATA[Reply To: Icon List Spacing]]></title>
					<link>https://theme.co/archive/forums/topic/icon-list-spacing/#post-282860</link>
					<pubDate>Wed, 27 May 2015 11:56:32 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,<br />
Please try adding following CSS:</p>
<pre><code>#x-content-band-1 .x-ul-icons li i{
  margin-left: -10px;
  margin-right: 10px;
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icon-list-spacing/#post-283598</guid>
					<title><![CDATA[Reply To: Icon List Spacing]]></title>
					<link>https://theme.co/archive/forums/topic/icon-list-spacing/#post-283598</link>
					<pubDate>Wed, 27 May 2015 23:46:36 +0000</pubDate>
					<dc:creator>Antoine</dc:creator>

					<description>
						<![CDATA[
						<p>It works like a charm. Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icon-list-spacing/#post-283839</guid>
					<title><![CDATA[Reply To: Icon List Spacing]]></title>
					<link>https://theme.co/archive/forums/topic/icon-list-spacing/#post-283839</link>
					<pubDate>Thu, 28 May 2015 02:53:20 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome. Glad we could help.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

