<?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>
									How to reduce forum margin on mobile? - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-reduce-forum-margin-on-mobile/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 17 Jun 2026 10:14:56 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to reduce forum margin on mobile?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-reduce-forum-margin-on-mobile/#post-81347</link>
                        <pubDate>Sat, 07 Jan 2023 11:50:35 +0000</pubDate>
                        <description><![CDATA[thanks @tutrix]]></description>
                        <content:encoded><![CDATA[<p>thanks @tutrix</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>ldj72</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-reduce-forum-margin-on-mobile/#post-81347</guid>
                    </item>
				                    <item>
                        <title>RE: How to reduce forum margin on mobile?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-reduce-forum-margin-on-mobile/#post-81274</link>
                        <pubDate>Wed, 04 Jan 2023 17:45:02 +0000</pubDate>
                        <description><![CDATA[@ldj72 
complete the code above with
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right {width: calc(100% - 52px);}
should then look like this, so that the content adapts to the mobile ...]]></description>
                        <content:encoded><![CDATA[<p>@ldj72 </p>
<p>complete the code above with</p>
<pre contenteditable="false">#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right {width: calc(100% - 52px);}</pre>
<p><br />should then look like this, so that the content adapts to the mobile size</p>
<pre contenteditable="false">@media screen and (max-width: 680px) {
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left {width: 40px;	font-size: 10px !important;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-positive {font-size: 18px;}	
#wpforo #wpforo-wrap .wpfl-3 .wpf-negative {font-size: 18px;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-vote-number {font-size: 18px; line-height: 18px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-not-answer {font-size: 20px; padding-top: 2px;}	
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right {width: calc(100% - 52px);}	
}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-reduce-forum-margin-on-mobile/#post-81274</guid>
                    </item>
				                    <item>
                        <title>RE: How to reduce forum margin on mobile?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-reduce-forum-margin-on-mobile/#post-81273</link>
                        <pubDate>Wed, 04 Jan 2023 17:39:04 +0000</pubDate>
                        <description><![CDATA[Hi,
Thanks, @Tutrix, it works perfectly.
Regards]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks, @Tutrix, it works perfectly.</p>
<p>Regards</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>ldj72</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-reduce-forum-margin-on-mobile/#post-81273</guid>
                    </item>
				                    <item>
                        <title>RE: How to reduce forum margin on mobile?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-reduce-forum-margin-on-mobile/#post-81271</link>
                        <pubDate>Wed, 04 Jan 2023 17:15:48 +0000</pubDate>
                        <description><![CDATA[@ldj72
try
@media screen and (max-width: 680px) {
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left {width: 40px; font-size: 10px !important;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-positiv...]]></description>
                        <content:encoded><![CDATA[<p>@ldj72</p>
<p>try</p>
<pre contenteditable="false">@media screen and (max-width: 680px) {
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left {width: 40px; font-size: 10px !important;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-positive {font-size: 18px;}	
#wpforo #wpforo-wrap .wpfl-3 .wpf-negative {font-size: 18px;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-vote-number {font-size: 18px; line-height: 18px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-not-answer {font-size: 20px; padding-top: 2px;}	
}</pre>
<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>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-reduce-forum-margin-on-mobile/#post-81271</guid>
                    </item>
				                    <item>
                        <title>How to reduce forum margin on mobile?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-reduce-forum-margin-on-mobile/#post-81270</link>
                        <pubDate>Wed, 04 Jan 2023 16:42:54 +0000</pubDate>
                        <description><![CDATA[Hi,
I am using the QA layout.
The &quot;Vote&quot; button and &quot;margin&quot; are too large on mobile. Look at the screenshot.
How can I reduce it?
Thanks
 
&nbsp;Capture-decran-2023-01-04-173840.jpg]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>I am using the QA layout.</p>
<p>The "Vote" button and "margin" are too large on mobile. Look at the screenshot.</p>
<p>How can I reduce it?</p>
<p>Thanks</p>
<p> </p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1672850574-Capture-decran-2023-01-04-173840.jpg" target="_blank" title="Capture-decran-2023-01-04-173840.jpg"><i class="fas fa-paperclip"></i>&nbsp;Capture-decran-2023-01-04-173840.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>ldj72</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-reduce-forum-margin-on-mobile/#post-81270</guid>
                    </item>
							        </channel>
        </rss>
		