<?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>
									Remove blog theme&#039;s sidebar - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-blog-themes-sidebar/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 22 Apr 2026 20:42:24 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Remove blog theme&#039;s sidebar</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-blog-themes-sidebar/paged/4/#post-21448</link>
                        <pubDate>Thu, 29 Nov 2018 17:33:10 +0000</pubDate>
                        <description><![CDATA[Thanks a lot for your time, this code worked perfectly!!]]></description>
                        <content:encoded><![CDATA[<p>Thanks a lot for your time, this code worked perfectly!!</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>srtalop</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/remove-blog-themes-sidebar/paged/4/#post-21448</guid>
                    </item>
				                    <item>
                        <title>RE: Remove blog theme&#039;s sidebar</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-blog-themes-sidebar/paged/4/#post-21409</link>
                        <pubDate>Thu, 29 Nov 2018 09:15:24 +0000</pubDate>
                        <description><![CDATA[Hi srtalop,Please remove the code, I&#039;ve provided in the previous post and add this one. .vce-sid-none .vce-page .entry-content, .vce-sid-none .vce-page .entry-title-page, .error404 .entry-co...]]></description>
                        <content:encoded><![CDATA[<p>Hi srtalop,</p><p>Please remove the code, I've provided in the previous post and add this one. </p><pre>.vce-sid-none .vce-page .entry-content, .vce-sid-none .vce-page .entry-title-page, .error404 .entry-content {<br />    width: 100% !important;<br />    max-width: 100% !important;<br />}</pre><p>Please watch the video to understand where does this problem come from:</p><p>http://www.screencast.com/t/DyQgF3fAh</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/remove-blog-themes-sidebar/paged/4/#post-21409</guid>
                    </item>
				                    <item>
                        <title>RE: Remove blog theme&#039;s sidebar</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-blog-themes-sidebar/paged/4/#post-21376</link>
                        <pubDate>Wed, 28 Nov 2018 10:04:53 +0000</pubDate>
                        <description><![CDATA[Hi, I pasted your code in the settings and deleted cache and it is still the same...]]></description>
                        <content:encoded><![CDATA[<p>Hi, I pasted your code in the settings and deleted cache and it is still the same...</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>srtalop</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/remove-blog-themes-sidebar/paged/4/#post-21376</guid>
                    </item>
				                    <item>
                        <title>RE: Remove blog theme&#039;s sidebar</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-blog-themes-sidebar/paged/4/#post-21374</link>
                        <pubDate>Wed, 28 Nov 2018 09:21:07 +0000</pubDate>
                        <description><![CDATA[This comes from your WordPress Theme page design, it set 700px for width. Try this CSS code, navigate to Dashboard &gt; Forums &gt; Settings &gt; Styles admin page, put it in Custom CSS Code...]]></description>
                        <content:encoded><![CDATA[<p>This comes from your WordPress Theme page design, it set 700px for width. </p><p>Try this CSS code, navigate to Dashboard &gt; Forums &gt; Settings &gt; Styles admin page, put it in Custom CSS Code textarea. </p><pre>#main article .vce-sid-none .vce-page .entry-content, .vce-sid-none .vce-page .entry-title-page, .error404 .entry-content {<br />   width: 100% !important;<br />   max-width: 100% !important;<br />}</pre><p>Please <strong>delete all caches</strong>, press <strong>CTRL+F5</strong> (twice) on frontend before checking.  </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/remove-blog-themes-sidebar/paged/4/#post-21374</guid>
                    </item>
				                    <item>
                        <title>RE: Remove blog theme&#039;s sidebar</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-blog-themes-sidebar/paged/4/#post-21361</link>
                        <pubDate>Tue, 27 Nov 2018 21:35:45 +0000</pubDate>
                        <description><![CDATA[Hi, I have a similar problem, as I have set the page to full width and still cannot manage to have it 100%, with or without wpforo sidebars. Please see here:]]></description>
                        <content:encoded><![CDATA[<p>Hi, I have a similar problem, as I have set the page to full width and still cannot manage to have it 100%, with or without wpforo sidebars. Please see here: <a href="http://www.barriosalvadormadrid.com/foro/" target="true">http://www.barriosalvadormadrid.com/foro/</a></p><p>Thanks.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>srtalop</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/remove-blog-themes-sidebar/paged/4/#post-21361</guid>
                    </item>
				                    <item>
                        <title>RE: Remove blog theme&#039;s sidebar</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-blog-themes-sidebar/paged/4/#post-21025</link>
                        <pubDate>Thu, 15 Nov 2018 08:16:50 +0000</pubDate>
                        <description><![CDATA[I see all looks good. I don&#039;t see any reason to make any changes and the idea to move it to the right side is not good. So it&#039;s better to leave it like it is now. The forum is centered and i...]]></description>
                        <content:encoded><![CDATA[<p>I see all looks good. I don't see any reason to make any changes and the idea to move it to the right side is not good. So it's better to leave it like it is now. The forum is centered and it's wide.  So let's just stop here.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/remove-blog-themes-sidebar/paged/4/#post-21025</guid>
                    </item>
				                    <item>
                        <title>RE: Remove blog theme&#039;s sidebar</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-blog-themes-sidebar/paged/3/#post-21014</link>
                        <pubDate>Wed, 14 Nov 2018 16:36:52 +0000</pubDate>
                        <description><![CDATA[Thanks. I tried that code, but then it messed up the rest of the webpage. How do I make it so that it only impact the forum pages? :)]]></description>
                        <content:encoded><![CDATA[<p>Thanks. I tried that code, but then it messed up the rest of the webpage. How do I make it so that it only impact the forum pages? :)</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Fredrikwordpress</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/remove-blog-themes-sidebar/paged/3/#post-21014</guid>
                    </item>
				                    <item>
                        <title>RE: Remove blog theme&#039;s sidebar</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-blog-themes-sidebar/paged/3/#post-21010</link>
                        <pubDate>Wed, 14 Nov 2018 13:08:57 +0000</pubDate>
                        <description><![CDATA[Hi @fredrikwordpress,You&#039;ve added CSS with a wrong value. You&#039;ve written:width: 110%;instead ofwidth: 100%;Then add the following CSS:.inner-wrap {   max-width: 94% !important;}Delete all ca...]]></description>
                        <content:encoded><![CDATA[<p>Hi @fredrikwordpress,</p><p>You've added CSS with a wrong value. You've written:</p><pre>width: <strong><span style="color: #ff0000">110%</span></strong>;</pre><p>instead of</p><pre>width: 100%;</pre><p>Then add the following CSS:</p><pre>.inner-wrap {<br />   max-width: 94% !important;<br />}</pre><p>Delete all caches and check again.</p>
<div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1542200937-CSS.png" target="_blank"><i class="fas fa-paperclip"></i>CSS.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>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/remove-blog-themes-sidebar/paged/3/#post-21010</guid>
                    </item>
				                    <item>
                        <title>RE: Remove blog theme&#039;s sidebar</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-blog-themes-sidebar/paged/3/#post-20991</link>
                        <pubDate>Tue, 13 Nov 2018 18:54:48 +0000</pubDate>
                        <description><![CDATA[Hey. Thanks. That worked great, but I think it ended up being slightly to the right of the other pages although it could be my imagination. Is there any way  to move the whole forum to the l...]]></description>
                        <content:encoded><![CDATA[<p>Hey. Thanks. That worked great, but I think it ended up being slightly to the right of the other pages although it could be my imagination. Is there any way  to move the whole forum to the left? </p><p>https://www.nyurban.no/forum/#</p><p>Or what do you think? Does it appear to be located too far to the right? </p><p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Fredrikwordpress</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/remove-blog-themes-sidebar/paged/3/#post-20991</guid>
                    </item>
				                    <item>
                        <title>RE: Remove blog theme&#039;s sidebar</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-blog-themes-sidebar/paged/3/#post-20981</link>
                        <pubDate>Tue, 13 Nov 2018 09:08:14 +0000</pubDate>
                        <description><![CDATA[Posted by: FredrikwordpressI  was just wondering whether it was possible to get the forum to be wider than this?would ideally have wanted it to be as wide as possible, but I can&#039;t figure out...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="6002" data-postid="20975"><div class="wpforo-post-quote-author"><strong>Posted by: Fredrikwordpress</strong></div><p>I  was just wondering whether it was possible to get the forum to be wider than this? </p><p>https://www.nyurban.no/forum/?preview=true#</p><p>I would ideally have wanted it to be as wide as possible, but I can't figure out how do edit it. </p></blockquote><p>Hi @fredrikwordpress,</p><p>This is your theme width and it wraps wpForo forum area in 70% width of #primary div. You can fix this using a custom CSS. Please put this CSS code in Dashboard &gt; Forums &gt; Settings &gt; Styles &gt; Custom CSS Code textarea. Save it, delete all caches, navigate to forum front-end and press Ctrl+F5 to load css code changes.</p><pre>body.wpforo #primary {<br />      float: none;<br />      width: 100%;<br />}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/remove-blog-themes-sidebar/paged/3/#post-20981</guid>
                    </item>
							        </channel>
        </rss>
		