<?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>
									Modify desktop view - General Discussions				            </title>
            <link>https://wpforo.com/community/general-discussions/modify-desktop-view/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 15 Mar 2026 22:47:42 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Modify desktop view</title>
                        <link>https://wpforo.com/community/general-discussions/modify-desktop-view/#post-114263</link>
                        <pubDate>Sat, 30 Mar 2024 17:00:48 +0000</pubDate>
                        <description><![CDATA[@tutrix you are amazing! Thanks a lot Tutrix]]></description>
                        <content:encoded><![CDATA[@tutrix you are amazing! Thanks a lot Tutrix]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Coder</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/modify-desktop-view/#post-114263</guid>
                    </item>
				                    <item>
                        <title>RE: Modify desktop view</title>
                        <link>https://wpforo.com/community/general-discussions/modify-desktop-view/#post-114261</link>
                        <pubDate>Sat, 30 Mar 2024 16:53:33 +0000</pubDate>
                        <description><![CDATA[Hi @coder 
these are the two media queriesuse a higher value for screen max-width (960px and 800px)
@media screen and (max-width: 960px) {
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread .wpf-th...]]></description>
                        <content:encoded><![CDATA[<p>Hi @coder </p>
<p>these are the two media queries<br /><br />use a higher value for screen max-width (960px and 800px)<br /><br /></p>
<pre contenteditable="false">@media screen and (max-width: 960px) {
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread .wpf-thread-forum-mobile {
display: block;
}
}
@media screen and (max-width: 800px) {
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-forum, #wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-forum, #wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-status, #wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-status {
display: none;
}
}</pre>
<p>add it to custom css<br />Dashboard &gt; wpForo &gt; Settings &gt; Colors &amp; Styles &gt; Custom CSS</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/modify-desktop-view/#post-114261</guid>
                    </item>
				                    <item>
                        <title>Modify desktop view</title>
                        <link>https://wpforo.com/community/general-discussions/modify-desktop-view/#post-114260</link>
                        <pubDate>Sat, 30 Mar 2024 16:14:22 +0000</pubDate>
                        <description><![CDATA[I would like to modify the desktop view as shown in the attached image (move an icon + add text field. Could some wizard tell me where in the vastness of css-world I can find where to play a...]]></description>
                        <content:encoded><![CDATA[<p>I would like to modify the desktop view as shown in the attached image (move an icon + add text field. Could some wizard tell me where in the vastness of css-world I can find where to play around? (I guess it's simply a matter of changing some @media)</p>
<p>Thanks a lot</p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1711815262-Screenshot-2024-03-30-at-155656.png" target="_blank" title="Screenshot-2024-03-30-at-15.56.56.png"><i class="fas fa-paperclip"></i>&nbsp;Screenshot-2024-03-30-at-15.56.56.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Coder</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/modify-desktop-view/#post-114260</guid>
                    </item>
							        </channel>
        </rss>
		