<?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>
									Registration Form help - General Discussions				            </title>
            <link>https://wpforo.com/community/general-discussions/registration-form-help/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 11 Jul 2026 11:24:41 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Registration Form help</title>
                        <link>https://wpforo.com/community/general-discussions/registration-form-help/paged/2/#post-19610</link>
                        <pubDate>Fri, 21 Sep 2018 08:11:48 +0000</pubDate>
                        <description><![CDATA[You&#039;ll not see the difference in mobile. Mobile browser cache is very hard. You should use other phones or browsers which have never opened your website. And please leave some URL to your we...]]></description>
                        <content:encoded><![CDATA[<p>You'll not see the difference in mobile. Mobile browser cache is very hard. You should use other phones or browsers which have never opened your website. And please leave some URL to your website.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/registration-form-help/paged/2/#post-19610</guid>
                    </item>
				                    <item>
                        <title>RE: Registration Form help</title>
                        <link>https://wpforo.com/community/general-discussions/registration-form-help/paged/2/#post-19586</link>
                        <pubDate>Thu, 20 Sep 2018 15:23:27 +0000</pubDate>
                        <description><![CDATA[I moved the code as requested. Thw button is still cut down in mobile view. Any suggestions? Thank you for helping me with this.]]></description>
                        <content:encoded><![CDATA[<p>I moved the code as requested. Thw button is still cut down in mobile view. Any suggestions? Thank you for helping me with this.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>A_Goer</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/registration-form-help/paged/2/#post-19586</guid>
                    </item>
				                    <item>
                        <title>RE: Registration Form help</title>
                        <link>https://wpforo.com/community/general-discussions/registration-form-help/paged/2/#post-19465</link>
                        <pubDate>Mon, 17 Sep 2018 08:43:19 +0000</pubDate>
                        <description><![CDATA[@a_goer,Please stop searching of overwriting issues, that CSS is located in core and that is the original CSS. The overwriting CSS are the custom CSS you&#039;re adding to fix conflicts. Please a...]]></description>
                        <content:encoded><![CDATA[<p>@a_goer,</p><p>Please stop searching of overwriting issues, that CSS is located in core and that is the original CSS. The overwriting CSS are the custom CSS you're adding to fix conflicts. </p><p>Please add all new CSS code below others not on top others.</p><p>https://wpforo.com/wp-content/uploads/2018/09/2018-09-17_1241.png</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/registration-form-help/paged/2/#post-19465</guid>
                    </item>
				                    <item>
                        <title>RE: Registration Form help</title>
                        <link>https://wpforo.com/community/general-discussions/registration-form-help/#post-19439</link>
                        <pubDate>Sun, 16 Sep 2018 06:02:04 +0000</pubDate>
                        <description><![CDATA[I rechecked it, it was there all along. I placed it at the top and verified that there are no typos. How can I find out what is overwriting the &quot;!important&quot; statement? I cleared all cache af...]]></description>
                        <content:encoded><![CDATA[<p>I rechecked it, it was there all along. I placed it at the top and verified that there are no typos. How can I find out what is overwriting the "!important" statement? I cleared all cache afterwards and it is still not showing in Chrome Dev tools. </p><p> </p><p> </p>
<div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1537077854-WPForoCSS.png" target="_blank"><i class="fas fa-paperclip"></i>WPForo_CSS.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>A_Goer</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/registration-form-help/#post-19439</guid>
                    </item>
				                    <item>
                        <title>RE: Registration Form help</title>
                        <link>https://wpforo.com/community/general-discussions/registration-form-help/#post-19419</link>
                        <pubDate>Sat, 15 Sep 2018 06:17:18 +0000</pubDate>
                        <description><![CDATA[Hi  A_Goer,For mobile use the following one :@media screen and (max-width: 800px)#wpforo #wpforo-wrap .wpforo-register-wrap .wpf-field.wpf-field-type-submit input {   width: 1...]]></description>
                        <content:encoded><![CDATA[<p>Hi  A_Goer,</p><div class="styles-section-title styles-selector"><div class="media-list media-matches"><blockquote><pre class="media editable-media">For mobile use the following one :<br /><br />@media screen and (max-width: 800px)<br />#wpforo #wpforo-wrap .wpforo-register-wrap .wpf-field.wpf-field-type-submit input {<br />   width: 100% !important;<br />}</pre></blockquote></div></div><p>It seems you've forgotten writing the "!important" statement in the following CSS code. </p><p><!-- copy and paste. Modify height and width if desired. --> <a href="https://content.screencast.com/users/gvectors-support/folders/Jing/media/27a6e54a-3c30-41c9-a308-bd8ba5dc098a/important.png"><img class="embeddedObject" src="https://content.screencast.com/users/gvectors-support/folders/Jing/media/27a6e54a-3c30-41c9-a308-bd8ba5dc098a/important.png" width="1343" height="609" border="0" /></a></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/registration-form-help/#post-19419</guid>
                    </item>
				                    <item>
                        <title>RE: Registration Form help</title>
                        <link>https://wpforo.com/community/general-discussions/registration-form-help/#post-19413</link>
                        <pubDate>Fri, 14 Sep 2018 16:38:12 +0000</pubDate>
                        <description><![CDATA[Thank you. The mobile scale is cutting the button down.
Screenshot_20180914-123031.png]]></description>
                        <content:encoded><![CDATA[<p>Thank you. The mobile scale is cutting the button down.</p>
<div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1536943092-Screenshot20180914-123031.png" target="_blank"><i class="fas fa-paperclip"></i>Screenshot_20180914-123031.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>A_Goer</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/registration-form-help/#post-19413</guid>
                    </item>
				                    <item>
                        <title>RE: Registration Form help</title>
                        <link>https://wpforo.com/community/general-discussions/registration-form-help/#post-19288</link>
                        <pubDate>Tue, 11 Sep 2018 13:31:16 +0000</pubDate>
                        <description><![CDATA[Hi A_Goer,To center  the &quot;After registration you will receive an email confirmation with a link to set a new password&quot; element use the following code.#wpforo #wpforo-wrap .wpfw-1{    text-al...]]></description>
                        <content:encoded><![CDATA[<p>Hi A_Goer,</p><p>To center  the "After registration you will receive an email confirmation with a link to set a new password" element use the following code.</p><pre>#wpforo #wpforo-wrap .wpfw-1{<br /><span class="webkit-css-property">    text-align</span>: <span class="value">center</span>;<br />}</pre><p>To resize the registration button, use the following code for desktop:</p><pre>#wpforo #wpforo-wrap .wpforo-register-wrap .wpf-field.wpf-field-type-submit input{<br /><span class="webkit-css-property">    width</span>: <span class="value">20%</span>;<br />}</pre><p>For mobile use the following one :</p><div class="styles-section-title styles-selector"><div class="media-list media-matches"><pre class="media editable-media">@media screen and (max-width: 800px)<br />#wpforo #wpforo-wrap .wpforo-register-wrap .wpf-field.wpf-field-type-submit input {<br />   width: 100% !important;<br />}</pre></div></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/registration-form-help/#post-19288</guid>
                    </item>
				                    <item>
                        <title>Registration Form help</title>
                        <link>https://wpforo.com/community/general-discussions/registration-form-help/#post-19282</link>
                        <pubDate>Tue, 11 Sep 2018 11:25:25 +0000</pubDate>
                        <description><![CDATA[I am trying to resize the register button and center it and text &quot;After registration you will receive an email confirmation with a link to set a new password&quot; to the page directly under the ...]]></description>
                        <content:encoded><![CDATA[<p>I am trying to resize the register button and center it and text "After registration you will receive an email confirmation with a link to set a new password" to the page directly under the other fields. I set the button to 20% in custom css but it did not scale well on mobile screens so I removed the code. I can recreate the text and FA icon using the custom fields and center it if it is easier to just make the original one display:none. </p><div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1536665125-RegistrationPage.png" target="_blank" rel="noopener">RegistrationPage.png</a></div><div> </div><div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1536665149-RegistrationSettings.png" target="_blank" rel="noopener">RegistrationSettings.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>A_Goer</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/registration-form-help/#post-19282</guid>
                    </item>
							        </channel>
        </rss>
		