<?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>
									Forum screen display not working - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/forum-screen-display-not-working/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 07 Aug 2026 18:49:40 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Forum screen display not working</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/forum-screen-display-not-working/#post-40007</link>
                        <pubDate>Thu, 16 Apr 2020 09:42:29 +0000</pubDate>
                        <description><![CDATA[@toxicfox
&nbsp;
This question doesn&#039;t have any relation to the wpForo plugin. However, the solution is provided below:
&nbsp;
body {   background: none;}@media (min-width: 700px){   .po...]]></description>
                        <content:encoded><![CDATA[<p>@toxicfox</p>
<div class="styles-section-title styles-selector">&nbsp;</div>
<div class="sidebar-pane-closing-brace">This question doesn't have any relation to the wpForo plugin. However, the solution is provided below:</div>
<div class="sidebar-pane-closing-brace">&nbsp;</div>
<pre class="sidebar-pane-closing-brace">body {<br />   background: none;<br />}<br />@media (min-width: 700px){<br />   .post-inner {<br />       padding-top: 0;<br />   }<br />}</pre>
<p>The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard &gt; Forums &gt; Settings &gt; Style Tab.</p>
<p>Please note, all questions related to your active theme should be asked in the theme's support forum, not here.&nbsp;</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/forum-screen-display-not-working/#post-40007</guid>
                    </item>
				                    <item>
                        <title>RE: Forum screen display not working</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/forum-screen-display-not-working/#post-39976</link>
                        <pubDate>Wed, 15 Apr 2020 14:03:42 +0000</pubDate>
                        <description><![CDATA[ahh thank you, but how do i get rid of the normal background theme, so the forum can sorta be its on page if u know what i mean]]></description>
                        <content:encoded><![CDATA[<p>ahh thank you, but how do i get rid of the normal background theme, so the forum can sorta be its on page if u know what i mean</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>toxicfox</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/forum-screen-display-not-working/#post-39976</guid>
                    </item>
				                    <item>
                        <title>RE: Forum screen display not working</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/forum-screen-display-not-working/#post-39969</link>
                        <pubDate>Wed, 15 Apr 2020 12:08:50 +0000</pubDate>
                        <description><![CDATA[Hi @toxicfox,
The issue comes from the active theme, it sets the following CSS rule: 

body.template-full-width .entry-content &gt; *:not(.alignwide):not(.alignfull):not(.alignleft):not(....]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@toxicfox,</span></p>
<p>The issue comes from the active theme, it sets the following CSS rule: </p>
<div class="styles-section-title styles-selector">
<pre><span class="selector"><span class="simple-selector selector-matches">body.template-full-width .entry-content &gt; *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),<span> </span></span><span class="simple-selector">body.template-full-width  &gt; *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide)</span></span><span class="sidebar-pane-open-brace"><span> </span>{<br /></span>      <span class="webkit-css-property" style="font-family: Verdana, Arial, Helvetica, sans-serif">max-width</span><span class="styles-name-value-separator" style="font-family: Verdana, Arial, Helvetica, sans-serif">: </span><span class="value" style="font-family: Verdana, Arial, Helvetica, sans-serif">120rem</span><span style="font-family: Verdana, Arial, Helvetica, sans-serif">;<br /></span>}</pre>
</div>
<p>If you want to overwrite that rule use the CSS code below:</p>
<pre>body.template-full-width .entry-content &gt; *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {<br />   width: <span style="color: #ff0000">100</span>% !important;<br />   max-width: <span style="color: #ff0000">99</span>%;<br />}</pre>
<p>The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard &gt; Forums &gt; Settings &gt; Style Tab.  </p>
<p>The <span style="color: #ff0000">red</span> marked codes can be changed as you like. </p>
<p>Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.</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/forum-screen-display-not-working/#post-39969</guid>
                    </item>
				                    <item>
                        <title>Forum screen display not working</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/forum-screen-display-not-working/#post-39967</link>
                        <pubDate>Wed, 15 Apr 2020 11:49:00 +0000</pubDate>
                        <description><![CDATA[I have a problem with my forum where it doesnt fill the full width of the screen, ive got it selected to full width template. Have a look here]]></description>
                        <content:encoded><![CDATA[<p>I have a problem with my forum where it doesnt fill the full width of the screen, ive got it selected to full width template. Have a look here <a href="https://bgnforums.com/forums/">https://bgnforums.com/forums/</a></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>toxicfox</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/forum-screen-display-not-working/#post-39967</guid>
                    </item>
							        </channel>
        </rss>
		