<?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>
									Reposition social buttons - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/reposition-social-buttons/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 21 Apr 2026 07:45:20 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Reposition social buttons</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/reposition-social-buttons/#post-71028</link>
                        <pubDate>Thu, 08 Sep 2022 19:00:28 +0000</pubDate>
                        <description><![CDATA[Thanks @tutrix, looks perfect now!]]></description>
                        <content:encoded><![CDATA[<p>Thanks <a title="Tutrix" href="https://wpforo.com/participant/tutrix/">@tutrix</a>, looks perfect now!</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Hype Matrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/reposition-social-buttons/#post-71028</guid>
                    </item>
				                    <item>
                        <title>RE: Reposition social buttons</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/reposition-social-buttons/#post-71024</link>
                        <pubDate>Thu, 08 Sep 2022 17:15:46 +0000</pubDate>
                        <description><![CDATA[@hypematrix 
use this code instead of the codes above
#wpforo #wpforo-wrap .wpforo-login-wrap .wpforo-login-table {
padding-bottom: 60px !important;
}
div.nsl-container.nsl-container-bl...]]></description>
                        <content:encoded><![CDATA[<p>@hypematrix </p>
<p>use this code instead of the codes above</p>
<pre contenteditable="false">#wpforo #wpforo-wrap .wpforo-login-wrap .wpforo-login-table {
padding-bottom: 60px !important;
}
div.nsl-container.nsl-container-block .nsl-container-buttons {
display: inline-flex !important;
top: -95px !important;
position: relative;
text-align: center !important;
}
#nsl-custom-login-form-1 .nsl-container {
text-align: center;
}
div.nsl-container .nsl-container-buttons a {
margin: 0 5px !important;
}
.nsl-button.nsl-button-default {
background-color: transparent !important;
}
@media screen and (max-width: 820px){
div.nsl-container.nsl-container-block .nsl-container-buttons {
top: -80px !important;
display: inline-block !important;
}}
#wpforo #wpforo-wrap .wpforo-register-table {
 padding-bottom: 50px !important;
}
#wpforo #wpforo-wrap .wpforo-register-table .wpf-field.wpf-extra-field-end {
  border-bottom: none !important;
}
#wpforo #wpforo-wrap .wpforo-login-wrap .wpforo-login-table,
#wpforo #wpforo-wrap .wpforo-login-wrap .wpforo-table .wpfw-1 .wpf-field:nth-child(2n) {
  background-color: #f5f5f5 !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>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/reposition-social-buttons/#post-71024</guid>
                    </item>
				                    <item>
                        <title>RE: Reposition social buttons</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/reposition-social-buttons/#post-71021</link>
                        <pubDate>Thu, 08 Sep 2022 16:49:08 +0000</pubDate>
                        <description><![CDATA[@tutrix That&#039;s much better :) Only thing is they go over the line now?
&nbsp;1.jpg]]></description>
                        <content:encoded><![CDATA[@tutrix That's much better :) Only thing is they go over the line now?
<div id="wpfa-13388" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1662655748-1.jpg" target="_blank" title="1.jpg"><i class="fas fa-paperclip"></i>&nbsp;1.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>Hype Matrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/reposition-social-buttons/#post-71021</guid>
                    </item>
				                    <item>
                        <title>RE: Reposition social buttons</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/reposition-social-buttons/#post-71020</link>
                        <pubDate>Thu, 08 Sep 2022 16:39:42 +0000</pubDate>
                        <description><![CDATA[@hypematrix 
add this after the code from above
@media screen and (max-width: 620px){
div.nsl-container.nsl-container-block .nsl-container-buttons {
top: -50px !important;
display: inli...]]></description>
                        <content:encoded><![CDATA[<p>@hypematrix </p>
<p>add this after the code from above</p>
<pre contenteditable="false">@media screen and (max-width: 620px){
div.nsl-container.nsl-container-block .nsl-container-buttons {
top: -50px !important;
display: inline-block !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>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/reposition-social-buttons/#post-71020</guid>
                    </item>
				                    <item>
                        <title>RE: Reposition social buttons</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/reposition-social-buttons/#post-71019</link>
                        <pubDate>Thu, 08 Sep 2022 16:28:24 +0000</pubDate>
                        <description><![CDATA[@tutrix Thanks, the code works fine however the buttons overlap the sign in button in mobile view?]]></description>
                        <content:encoded><![CDATA[@tutrix Thanks, the code works fine however the buttons overlap the sign in button in mobile view?]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Hype Matrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/reposition-social-buttons/#post-71019</guid>
                    </item>
				                    <item>
                        <title>RE: Reposition social buttons</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/reposition-social-buttons/#post-71018</link>
                        <pubDate>Thu, 08 Sep 2022 16:10:47 +0000</pubDate>
                        <description><![CDATA[@hypematrix
add this to custom css
#wpforo #wpforo-wrap .wpforo-login-wrap .wpforo-login-table {
padding-bottom: 50px !important;
}
div.nsl-container.nsl-container-block .nsl-container-...]]></description>
                        <content:encoded><![CDATA[<p>@hypematrix</p>
<p>add this to custom css<br /><br /></p>
<pre contenteditable="false">#wpforo #wpforo-wrap .wpforo-login-wrap .wpforo-login-table {
padding-bottom: 50px !important;
}
div.nsl-container.nsl-container-block .nsl-container-buttons {
display: inline-flex !important;
top: -85px !important;
position: relative;
text-align: center !important;
}
#nsl-custom-login-form-1 .nsl-container {
text-align: center;
}
div.nsl-container .nsl-container-buttons a {
margin: 0 5px !important;
}
.nsl-button.nsl-button-default {
background-color: transparent !important;
}</pre>
<p><br />Dashboard &gt; Forums &gt; Settings &gt; Settings &gt; Colors &amp; Styles (Custom CSS)</p>
<p> </p>
<div id="wpfa-13387" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1662653447-Nextend-Social-Login.jpg" target="_blank" title="Nextend-Social-Login.jpg"><i class="fas fa-paperclip"></i>&nbsp;Nextend-Social-Login.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>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/reposition-social-buttons/#post-71018</guid>
                    </item>
				                    <item>
                        <title>Reposition social buttons</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/reposition-social-buttons/#post-71004</link>
                        <pubDate>Thu, 08 Sep 2022 09:57:27 +0000</pubDate>
                        <description><![CDATA[Hello,
I&#039;ve had to install the Nextend Social Login plugin because I was getting an error  when trying to use the built social login through wpForo.
Nextend Social Login is ...]]></description>
                        <content:encoded><![CDATA[<p>Hello,</p>
<p>I've had to install the Nextend Social Login plugin because I was getting an error  when trying to use the built social login through wpForo.</p>
<p>Nextend Social Login is working fine but the buttons are in a strange place under the login form, does anyone know how I can move them into the form?</p>
<p>Thanks</p>
<div id="wpfa-13381" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1662631047-1662574151-1.jpg" target="_blank" title="1662574151-1.jpg"><i class="fas fa-paperclip"></i>&nbsp;1662574151-1.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>Hype Matrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/reposition-social-buttons/#post-71004</guid>
                    </item>
							        </channel>
        </rss>
		