<?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>
									narrow the line spacing - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/narrow-the-line-spacing/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 14 Jul 2026 13:34:39 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: narrow the line spacing</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/narrow-the-line-spacing/#post-118139</link>
                        <pubDate>Mon, 28 Oct 2024 09:54:51 +0000</pubDate>
                        <description><![CDATA[Hi,
If you want to reduce the space in the TinyMCE editor, use the hook code below:
add_filter( &#039;wpforo_editor_settings&#039;, function( $settings ) { $settings .= &#039;...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>If you want to reduce the space in the TinyMCE editor, use the hook code below:</p>
<pre contenteditable="false">add_filter( 'wpforo_editor_settings', function( $settings ) { $settings .= ' p{margin:0;}'; return $settings; } );</pre>
<p>Here’s a helpful article on safely adding custom code in WordPress: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/narrow-the-line-spacing/#post-118139</guid>
                    </item>
				                    <item>
                        <title>narrow the line spacing</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/narrow-the-line-spacing/#post-118070</link>
                        <pubDate>Thu, 24 Oct 2024 07:24:46 +0000</pubDate>
                        <description><![CDATA[Hello. Thanks for the great plugin.I am having trouble with the settings, please let me know.I&#039;m not good at English, so I&#039;m sorry if it&#039;s not clear.Sorry if there are other similar question...]]></description>
                        <content:encoded><![CDATA[<p>Hello. Thanks for the great plugin.<br />I am having trouble with the settings, please let me know.<br />I'm not good at English, so I'm sorry if it's not clear.<br />Sorry if there are other similar questions.<br /><br />When I am creating a topic, I would like to reduce the margins when I make a line break in the text. I need to narrow the line spacing.</p>
<p>↓　I tried putting the code below in my custom CSS, but it didn't work.</p>
<pre contenteditable="false">#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content p{ line-height: 10px; }</pre>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1729754686-1.png" target="_blank" title="名称未設定-1.png"><i class="fas fa-paperclip"></i>&nbsp;名称未設定-1.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>3chiru</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/narrow-the-line-spacing/#post-118070</guid>
                    </item>
							        </channel>
        </rss>
		