<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Lists aren&#039;t working inside a forum description - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/lists-arent-working-inside-a-forum-description/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 17 Aug 2026 01:47:18 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Lists aren&#039;t working inside a forum description</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/lists-arent-working-inside-a-forum-description/#post-117809</link>
                        <pubDate>Tue, 08 Oct 2024 17:44:02 +0000</pubDate>
                        <description><![CDATA[Thanks! That works on the forum list page. When I clicked into the forum, it didn&#039;t work. I found that it uses the class &quot;.wpf-head-bar-left&quot; there. Here is the final code I used so indentin...]]></description>
                        <content:encoded><![CDATA[<p>Thanks! That works on the forum list page. When I clicked into the forum, it didn't work. I found that it uses the class ".wpf-head-bar-left" there. Here is the final code I used so indenting also works properly:</p>
<p>#wpforo #wpforo-wrap .wpf-head-bar-left li{list-style: disc; margin-left: 10px;}<br />#wpforo #wpforo-wrap .wpf-head-bar-left ul&gt;li li{list-style: circle; margin-left: 30px;}</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Max7</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/lists-arent-working-inside-a-forum-description/#post-117809</guid>
                    </item>
				                    <item>
                        <title>RE: Lists aren&#039;t working inside a forum description</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/lists-arent-working-inside-a-forum-description/#post-117757</link>
                        <pubDate>Tue, 08 Oct 2024 05:14:09 +0000</pubDate>
                        <description><![CDATA[@max7 
try
&lt;ul&gt;&lt;li style=&quot;list-style: disc;&quot;&gt;one&lt;/li&gt;&lt;li style=&quot;list-style: disc;&quot;&gt;two&lt;/li&gt;&lt;li style=&quot;list-style: disc;&quot;&gt;three&lt;/li&gt;&lt;/ul&gt;
or...]]></description>
                        <content:encoded><![CDATA[<p>@max7 </p>
<p>try</p>
<pre contenteditable="false">&lt;ul&gt;&lt;li style="list-style: disc;"&gt;one&lt;/li&gt;&lt;li style="list-style: disc;"&gt;two&lt;/li&gt;&lt;li style="list-style: disc;"&gt;three&lt;/li&gt;&lt;/ul&gt;</pre>
<p>or</p>
<pre contenteditable="false">#wpforo #wpforo-wrap .wpforo-forum-description li{list-style: disc}</pre>
<p>Add this CSS code to the custom CSS<br /><br />Dashboard &gt; wpForo &gt; Settings &gt; Colors &amp; Styles &gt; Custom CSS</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/lists-arent-working-inside-a-forum-description/#post-117757</guid>
                    </item>
				                    <item>
                        <title>Lists aren&#039;t working inside a forum description</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/lists-arent-working-inside-a-forum-description/#post-117754</link>
                        <pubDate>Mon, 07 Oct 2024 22:42:04 +0000</pubDate>
                        <description><![CDATA[I&#039;ve added an unordered list in a forum description. It looks fine in the editor, but the actual page doesn&#039;t show the bullets and has the text up against the left margin. Simply doing this:...]]></description>
                        <content:encoded><![CDATA[<p>I've added an unordered list in a forum description. It looks fine in the editor, but the actual page doesn't show the bullets and has the text up against the left margin. Simply doing this:</p>
<p>&lt;p&gt;Testing a list.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;one&lt;/li&gt;&lt;li&gt;two&lt;/li&gt;&lt;li&gt;three&lt;/li&gt;&lt;/ul&gt;</p>
<p>I inspected it in the browser and then looked in wpforo style.css and it has this line:</p>
<p>#wpforo #wpforo-wrap li {list-style: none; margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; line-height:1.6;}</p>
<p>which seems to be causing this. Why is list-style set to "none"?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Max7</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/lists-arent-working-inside-a-forum-description/#post-117754</guid>
                    </item>
							        </channel>
        </rss>
		