<?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>
									Border-left - How-to and Troubleshooting				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/border-left/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 14 Mar 2026 13:32:00 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Border-left</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/border-left/paged/2/#post-108085</link>
                        <pubDate>Fri, 26 Jan 2024 10:19:39 +0000</pubDate>
                        <description><![CDATA[@chancy426 
WPForo =&gt; Forums =&gt; Edit the forum =&gt; Adjust the color on the right.
You can choose the same color as your background or experiment with this hexadecimal color #00FFFF...]]></description>
                        <content:encoded><![CDATA[<p>@chancy426 </p>
<p>WPForo =&gt; Forums =&gt; Edit the forum =&gt; Adjust the color on the right.</p>
<p>You can choose the same color as your background or experiment with this hexadecimal color #00FFFFFF (transparent).</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>guts</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/border-left/paged/2/#post-108085</guid>
                    </item>
				                    <item>
                        <title>RE: Border-left</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/border-left/paged/2/#post-108084</link>
                        <pubDate>Fri, 26 Jan 2024 10:02:07 +0000</pubDate>
                        <description><![CDATA[I&#039;ve figured it out...I added the left border + the node icon on mobile by including this code:
I also adjusted the CSS a bit by adding a margin between the node icon and the border, as wel...]]></description>
                        <content:encoded><![CDATA[<p><span>I've figured it out...<br />I added the left border + the node icon on mobile by including this code:</span></p>
<p>I also adjusted the CSS a bit by adding a margin between the node icon and the border, as well as between the block containing the title.</p>
<p>Adjust as needed based on your theme. On the right side, I reduced the font size and modified the calculation for the width...</p>
<pre contenteditable="false">@media screen and (max-width: 620px) {
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-icon {
display: block !important;
}
}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>guts</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/border-left/paged/2/#post-108084</guid>
                    </item>
				                    <item>
                        <title>RE: Border-left</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/border-left/paged/2/#post-108018</link>
                        <pubDate>Wed, 24 Jan 2024 22:42:32 +0000</pubDate>
                        <description><![CDATA[@tutrix Hi, I want to ask question regarding this as well. Can I remove the left border? I don&#039;t want it to show. How do I do that via CSS? Thank you very much!]]></description>
                        <content:encoded><![CDATA[<p>@tutrix Hi, I want to ask question regarding this as well. Can I remove the left border? I don't want it to show. How do I do that via CSS? Thank you very much!</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>chancy426</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/border-left/paged/2/#post-108018</guid>
                    </item>
				                    <item>
                        <title>RE: Border-left</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/border-left/#post-108014</link>
                        <pubDate>Wed, 24 Jan 2024 18:58:09 +0000</pubDate>
                        <description><![CDATA[@tutrix
I found the correct file and identified the relevant lines, but could you provide the class for the forum icon as well as the left border of 3px?
Thank you very much for your help ...]]></description>
                        <content:encoded><![CDATA[<p>@tutrix</p>
<p>I found the correct file and identified the relevant lines, but could you provide the class for the forum icon as well as the left border of 3px?</p>
<p>Thank you very much for your help mate</p>
<pre contenteditable="false">@media screen and (max-width: 620px)</pre>
<p>I've installed Wise Chat, but how did you add it to the forum page?</p>
<p>I checked the options but couldn't find a setting specifically for the forum.&#x1f626; </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>guts</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/border-left/#post-108014</guid>
                    </item>
				                    <item>
                        <title>RE: Border-left</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/border-left/#post-108013</link>
                        <pubDate>Wed, 24 Jan 2024 18:25:44 +0000</pubDate>
                        <description><![CDATA[@guts 
You can find the @media screen formatting for all layouts in the style.cssBut you shouldn&#039;t change anything if you don&#039;t know what you&#039;re doing.Everything is formatted so that it is ...]]></description>
                        <content:encoded><![CDATA[<p>@guts </p>
<p>You can find the @media screen formatting for all layouts in the style.css<br />But you shouldn't change anything if you don't know what you're doing.<br />Everything is formatted so that it is displayed correctly on mobile devices</p>
<p><br />As chatbox I use Wise Chat <strong>Pro</strong>, you can find the free version &gt; <a href="https://wordpress.org/plugins/wise-chat/" target="_blank" rel="noopener">here</a></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/border-left/#post-108013</guid>
                    </item>
				                    <item>
                        <title>RE: Border-left</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/border-left/#post-108011</link>
                        <pubDate>Wed, 24 Jan 2024 17:23:14 +0000</pubDate>
                        <description><![CDATA[Also, your website is very beautiful! Well done mate.
 
Do you have any free plugin and what&#039;s the name of the shoutbox you use please?]]></description>
                        <content:encoded><![CDATA[<p>Also, your website is very beautiful! Well done mate.</p>
<p> </p>
<p>Do you have any free plugin and what's the name of the shoutbox you use please?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>guts</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/border-left/#post-108011</guid>
                    </item>
				                    <item>
                        <title>RE: Border-left</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/border-left/#post-108010</link>
                        <pubDate>Wed, 24 Jan 2024 17:11:08 +0000</pubDate>
                        <description><![CDATA[@tutrix, I apologize, but I&#039;m having difficulty understanding.
While I&#039;m familiar with how media works, could you please specify which part of the code needs to be modified to display the b...]]></description>
                        <content:encoded><![CDATA[<p>@tutrix, I apologize, but I'm having difficulty understanding.</p>
<p>While I'm familiar with how media works, could you please specify which part of the code needs to be modified to display the borders on mobile?</p>
<p>Thank you.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>guts</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/border-left/#post-108010</guid>
                    </item>
				                    <item>
                        <title>RE: Border-left</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/border-left/#post-108009</link>
                        <pubDate>Wed, 24 Jan 2024 16:42:56 +0000</pubDate>
                        <description><![CDATA[yes, border and icon are removed via css
@media screen and (max-width: 620px) ..........]]></description>
                        <content:encoded><![CDATA[<p></p>
<p>Is this normal?</p>
<p></p>
<p>yes, border and icon are removed via css</p>
<pre contenteditable="false">@media screen and (max-width: 620px) ..........</pre>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/border-left/#post-108009</guid>
                    </item>
				                    <item>
                        <title>RE: Border-left</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/border-left/#post-108008</link>
                        <pubDate>Wed, 24 Jan 2024 15:40:38 +0000</pubDate>
                        <description><![CDATA[@tutrix, these borders do not appear on mobile. Is this normal?]]></description>
                        <content:encoded><![CDATA[<span>@tutrix, these borders do not appear on mobile. Is this normal?</span>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>guts</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/border-left/#post-108008</guid>
                    </item>
				                    <item>
                        <title>RE: Border-left</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/border-left/#post-108006</link>
                        <pubDate>Wed, 24 Jan 2024 15:32:22 +0000</pubDate>
                        <description><![CDATA[@tutrix It works, thank you very much!]]></description>
                        <content:encoded><![CDATA[@tutrix It works, thank you very much!]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>guts</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/border-left/#post-108006</guid>
                    </item>
							        </channel>
        </rss>
		