Recaptcha and Button positioning
-
Hi,
I’m sorry to bother everyone but I am really struggling with my form to place the Recaptcha at the bottom on the left and next to it on the same line my Submit button.
Is this possible? I am using the latest version of the plug-in, which is a great plug-in if only I had the knowledge to control positioning lol.Amy help would be massively appreciated.
So I have an incredibly basic form – Title, First, Last, Email, Message, DropDown for where did you hear about us, and the recaptcha and button.
My site isn’t live yet so I can’t just point to my page.
Here are some details which may or may not help. Again I apologise but I am a CSS and HTML novice developing code through Google searches!
I’ve enabled Google reCaptcha v2
Ive enabled Smaller CAPTCHA as wellFrom the FSCF Style Settings tab
Small CAPTCHA DIV: float:left; width:162px; height:50px; padding-top:5px;
Large CAPTCHA DIV: float:left; width:362px; height:65px; padding-top:5px;
CAPTCHA image alignment: border-style:none; margin:0; padding:0px; padding-right:5px; float:left;
CAPTCHA reload image alignment: border-style:none; margin:0; padding:0px; vertical-align:bottom;
Submit DIV: padding-left:146px; float:left; clear:left; text-align:left; padding-top:15px;Input text field CAPTCHA:text-align:left; margin:0; width:50px;
Submit button: cursor:pointer; margin:0;I have some CSS in my child theme too:
/* —————— Controlling the Contact form layout ——— */
div#fscf_label6_7,div#fscf_label6_4,div#fscf_label6_5
{
Text-align:left!important;
padding-left:10px!important;}
input#fscf_field6_4, input#fscf_field6_7,input#fscf_field6_5, input#fscf_email6{
margin-top:10px!important;
}textarea#fscf_field6_3{
Font-Size:13px!important;
}/* Adjust the Capture position */
#fscf_recaptcha6 {
margin: 0 auto;
width: 164px;/* div#fscf_submit_div6{
padding-left:0px!important;
float:left!important;
}*/
/* ———— Contact Form Button Config —————*/
#fscf_submit6 {
clear: both;
display: inline-block!important;
Float:left!important;
background-color: #a8a8a8!important;
border: 1px solid white!important;
border-radius:27px!important;
box-shadow: 0 1px 1px rgba(0, 0, 0, .075)!important;
transition: all 0.23s ease-in-out 0s;
color: #ffffff!important;
cursor: pointer;
font-size: 16px;
font-weight: normal;
height: 36px;
line-height: 32px;
padding-bottom:0px!important;
/* text-decoration: none!important;
vertical-align: top!important;
white-space: nowrap!important;*/
}
The topic ‘Recaptcha and Button positioning’ is closed to new replies.