<?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 bar photo - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/25973/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 05 Sep 2026 17:42:37 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Forum bar photo</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/25973/paged/2/#post-75310</link>
                        <pubDate>Mon, 24 Oct 2022 15:17:46 +0000</pubDate>
                        <description><![CDATA[@chris Does it become mobile-friendly with an update?]]></description>
                        <content:encoded><![CDATA[@chris Does it become mobile-friendly with an update?]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Excalibur</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/25973/paged/2/#post-75310</guid>
                    </item>
				                    <item>
                        <title>RE: Forum bar photo</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/25973/paged/2/#post-75262</link>
                        <pubDate>Mon, 24 Oct 2022 08:59:29 +0000</pubDate>
                        <description><![CDATA[@excalibur,
This is what we get if we try to make the background look in full size on small screens:]]></description>
                        <content:encoded><![CDATA[<p>@excalibur,</p>
<p>This is what we get if we try to make the background look in full size on small screens:</p>
<p>https://wpforo.com/wp-content/uploads/2022/10/wpforo-background-img.jpg</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/25973/paged/2/#post-75262</guid>
                    </item>
				                    <item>
                        <title>RE: Forum bar photo</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/25973/paged/2/#post-75232</link>
                        <pubDate>Sat, 22 Oct 2022 11:00:31 +0000</pubDate>
                        <description><![CDATA[@chris Did not work Sir. I added the code in Colors &amp; Styles settings and cleared all cache. Then I controlled it in incognito page. But nothing changed.]]></description>
                        <content:encoded><![CDATA[@chris Did not work Sir. I added the code in <span>Colors &amp; Styles </span>settings and cleared all cache. Then I controlled it in incognito page. But nothing changed.]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Excalibur</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/25973/paged/2/#post-75232</guid>
                    </item>
				                    <item>
                        <title>RE: Forum bar photo</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/25973/paged/2/#post-75231</link>
                        <pubDate>Sat, 22 Oct 2022 10:50:15 +0000</pubDate>
                        <description><![CDATA[@excalibur,
I have set the minimum screen size, when the IMG size is not changed, smaller max-width would crop the IMG.  
@media (max-width: 540px) {
  #wpforo #wpforo-wrap .wpfl-2 .wpfor...]]></description>
                        <content:encoded><![CDATA[<p>@excalibur,</p>
<p>I have set the minimum screen size, when the IMG size is not changed, smaller max-width would crop the IMG.  </p>
<pre contenteditable="false">@media (max-width: 540px) {
  #wpforo #wpforo-wrap .wpfl-2 .wpforo-category {
    background-size: contain !important;
  }
}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/25973/paged/2/#post-75231</guid>
                    </item>
				                    <item>
                        <title>RE: Forum bar photo</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/25973/paged/2/#post-75229</link>
                        <pubDate>Sat, 22 Oct 2022 10:09:01 +0000</pubDate>
                        <description><![CDATA[Posted by: @chris 
In that case, the top and bottom parts would stay empty, as you have used wide IMG.

I would like to try if it was possible]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="32148" data-postid="75227" data-mention="chris">
<div class="wpforo-post-quote-author"><strong> Posted by: @chris </strong></div>
<p>In that case, the top and bottom parts would stay empty, as you have used wide IMG.</p>
</blockquote>
<p>I would like to try if it was possible</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Excalibur</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/25973/paged/2/#post-75229</guid>
                    </item>
				                    <item>
                        <title>RE: Forum bar photo</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/25973/#post-75227</link>
                        <pubDate>Sat, 22 Oct 2022 09:22:31 +0000</pubDate>
                        <description><![CDATA[@excalibur,
In that case, the top and bottom parts would stay empty, as you have used wide IMG.]]></description>
                        <content:encoded><![CDATA[<p>@excalibur,</p>
<p>In that case, the top and bottom parts would stay empty, as you have used wide IMG.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/25973/#post-75227</guid>
                    </item>
				                    <item>
                        <title>RE: Forum bar photo</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/25973/#post-75222</link>
                        <pubDate>Sat, 22 Oct 2022 07:12:36 +0000</pubDate>
                        <description><![CDATA[Cover photo seems to be not responsible in mobile. Half of the photo is seen even in this forum (a screen capture is attached). Is it possible to show full cover photo in mobile? 
 
&nbsp;...]]></description>
                        <content:encoded><![CDATA[<p>Cover photo seems to be not responsible in mobile. Half of the photo is seen even in this forum (a screen capture is attached). Is it possible to show full cover photo in mobile? </p>
<p> </p>
<div id="wpfa-13961" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1666422756-2022-10-22_100740.jpg" target="_blank" title="2022-10-22_100740.jpg"><i class="fas fa-paperclip"></i>&nbsp;2022-10-22_100740.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>Excalibur</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/25973/#post-75222</guid>
                    </item>
				                    <item>
                        <title>RE: Forum bar photo</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/25973/#post-75124</link>
                        <pubDate>Thu, 20 Oct 2022 06:21:26 +0000</pubDate>
                        <description><![CDATA[@excalibur,
Here is my recommendation:]]></description>
                        <content:encoded><![CDATA[<p>@excalibur,</p>
<p>Here is my recommendation: https://wpforo.com/community/postid/72283/</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/25973/#post-75124</guid>
                    </item>
				                    <item>
                        <title>RE: Forum bar photo</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/25973/#post-75120</link>
                        <pubDate>Thu, 20 Oct 2022 05:17:49 +0000</pubDate>
                        <description><![CDATA[What should be the sizes of cover image?]]></description>
                        <content:encoded><![CDATA[<p>What should be the sizes of cover image?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Excalibur</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/25973/#post-75120</guid>
                    </item>
				                    <item>
                        <title>RE: Forum bar photo</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/25973/#post-75119</link>
                        <pubDate>Thu, 20 Oct 2022 05:15:01 +0000</pubDate>
                        <description><![CDATA[Thank you]]></description>
                        <content:encoded><![CDATA[<p>Thank you</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Excalibur</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/25973/#post-75119</guid>
                    </item>
							        </channel>
        </rss>
		