<?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>
									Issue with Reducing Post Box Height in Simplified Layout - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/issue-with-reducing-post-box-height-in-simplified-layout/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 08 Jun 2026 15:13:05 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Issue with Reducing Post Box Height in Simplified Layout</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/issue-with-reducing-post-box-height-in-simplified-layout/#post-126750</link>
                        <pubDate>Mon, 08 Sep 2025 01:37:09 +0000</pubDate>
                        <description><![CDATA[@realact No problem—it helped. I couldn&#039;t find the thread when I searched. Thanks a lot, mate!]]></description>
                        <content:encoded><![CDATA[@realact No problem—it helped. I couldn't find the thread when I searched. <br /><br />Thanks a lot, mate!]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>ronder</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/issue-with-reducing-post-box-height-in-simplified-layout/#post-126750</guid>
                    </item>
				                    <item>
                        <title>RE: Issue with Reducing Post Box Height in Simplified Layout</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/issue-with-reducing-post-box-height-in-simplified-layout/#post-126746</link>
                        <pubDate>Sun, 07 Sep 2025 19:25:26 +0000</pubDate>
                        <description><![CDATA[@ronder I found the solution here. 
Good luck.]]></description>
                        <content:encoded><![CDATA[<p><span>@ronder</span> I found the solution <a href="https://wpforo.com/community/postid/126692/" target="_blank" rel="noopener">here</a>. </p>
<p>Good luck.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>RealAct</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/issue-with-reducing-post-box-height-in-simplified-layout/#post-126746</guid>
                    </item>
				                    <item>
                        <title>RE: Issue with Reducing Post Box Height in Simplified Layout</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/issue-with-reducing-post-box-height-in-simplified-layout/#post-126743</link>
                        <pubDate>Sun, 07 Sep 2025 14:08:27 +0000</pubDate>
                        <description><![CDATA[Sorry for hijacking this thread, but, I wanted to join in and say that we are experiencing the exact same issue after the latest update, and it looks horrible. 
It would be great if wpForo ...]]></description>
                        <content:encoded><![CDATA[<p>Sorry for hijacking this thread, but, I wanted to join in and say that we are experiencing the exact same issue after the latest update, and it looks horrible. </p>
<p>It would be great if wpForo support can look into this.</p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1757254107-sshot-1.png" target="_blank" title="sshot-1.png"><i class="fas fa-paperclip"></i>&nbsp;sshot-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>RealAct</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/issue-with-reducing-post-box-height-in-simplified-layout/#post-126743</guid>
                    </item>
				                    <item>
                        <title>Issue with Reducing Post Box Height in Simplified Layout</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/issue-with-reducing-post-box-height-in-simplified-layout/#post-126736</link>
                        <pubDate>Sun, 07 Sep 2025 08:21:15 +0000</pubDate>
                        <description><![CDATA[Hello,I am experiencing an issue with adjusting the height of post boxes (.wpforo-post-content) in the Simplified Layout of the wpForo 2022 Theme (Version 1.0.0) on my website . The goal is ...]]></description>
                        <content:encoded><![CDATA[<p>Hello,<br /><br />I am experiencing an issue with adjusting the height of post boxes (.wpforo-post-content) in the Simplified Layout of the wpForo 2022 Theme (Version 1.0.0) on my website . The goal is to reduce the height of the boxes for short posts (e.g., posts with a few words like “Gibt es einen Bonus?”), as they currently take up too much vertical space.What we have tried:We added various CSS rules in the Custom CSS field under Forums &gt; Settings &gt; Styles to adjust padding, min-height, height, and margin for the .wpforo-post-content and .wpf-post containers. Example:</p>
<p><br />#wpforo-wrap.wpf-simplified .wpf-thread .wpf-post .wpforo-post-content {<br />padding: 2px 5px !important;<br />min-height: 0 !important;<br />height: auto !important;<br />line-height: 1.2 !important;<br />margin: 0 !important;<br />overflow: hidden !important;<br />}<br />#wpforo-wrap.wpf-simplified .wpf-thread .wpf-post {<br />padding: 3px !important;<br />min-height: 0 !important;<br />margin-bottom: 3px !important;<br />}<br /><br />We increased selector specificity (e.g., #wpforo-wrap.wpf-simplified) and used !important to ensure the rules take precedence.</p>
<p><br />All caches (Avada Theme cache, caching plugin, CDN, browser cache) have been cleared multiple times.<br />We inspected the page with browser developer tools but could not identify obvious inline styles or overriding rules causing the issue.<br /><br />Issue: Despite these efforts, the height of the .wpforo-post-content boxes for short posts remains unchanged. It seems that inline styles, JavaScript, or other containers (e.g., .wpforo-post or Avada-specific classes like .fusion-row) may be setting the height.</p>
<p>Questions:Are there known minimum heights or spacings in the wpForo 2022 Theme (Simplified Layout) affecting the .wpforo-post-content boxes?</p>
<p><br />Could inline styles or JavaScript in the theme be dynamically setting the height? If so, how can we override them?</p>
<p><br />Are there specific CSS selectors or settings in the wpForo admin panel that we should adjust?<br /><br />I am using Avada as the main theme, which may cause conflicts. Could you please provide a solution or specific CSS/JavaScript adjustments to reduce the height of the boxes for short posts?</p>
<p>Thank you for your support!<br /><br /><br /><br /></p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1757233275-1.jpg" target="_blank" title="1.jpg"><i class="fas fa-paperclip"></i>&nbsp;1.jpg</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>ronder</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/issue-with-reducing-post-box-height-in-simplified-layout/#post-126736</guid>
                    </item>
							        </channel>
        </rss>
		