• Resolved mad4uash1

    (@mad4uash1)


    Hello,

    I am using this form builder and I want to know that how to align the field spacing at contact form builder.

    Fr example- The “phone number” field under the phone area is slightly down and does not getting match as of “area code”
    Mobile text field has also have the same problem including country field under address.

    Secondly, the radio button check boxes are also slightly tilted towards down and not matching the line of sight of the prescribed options.

    link

    Kindly help regarding this.

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Contributor webdorado

    (@webdorado)

    Dear mad4uash1,

    Please provide us the link where you face the issue. We will check out. We will suggest you a CSS code to fix the issue. Thank you.

    Thread Starter mad4uash1

    (@mad4uash1)

    https://www.amsr.in/contact-us/

    https://www.amsr.in/request-quote/

    Here are the two links of my contact pages .You can see on both the pages the alignment of the boxes are not perfect or matching with the text fields

    Plugin Contributor webdorado

    (@webdorado)

    Please add the following code either to your theme CSS or the theme CSS of the Contact Form Builder:

    .wdform-element-section > div {
    vertical-align: top !important;
    }

    Thread Starter mad4uash1

    (@mad4uash1)

    Dear webdorado,

    I added the given code to the custom CSS of my theme but nothing happens/no change.

    Can you please tell me where is the theme CSS of the Contact Form Builder??I cant able to trace it out.

    Thread Starter mad4uash1

    (@mad4uash1)

    Or can you rectify it in the plugin itself.?

    Plugin Contributor webdorado

    (@webdorado)

    Dear user,

    Most likely you have not added it to the front end CSS of your theme, since we are unable to see it added. In any case if you add it to the following CSS file it will work just fine:

    contact-form-builder\css\contact_form_maker_frontend.css.

    Thread Starter mad4uash1

    (@mad4uash1)

    Ok, i added it now but still the problem persists.
    Here is the screenshot link i am sharing with you.

    https://postimg.org/image/kzw9xl7sv/

    Plugin Contributor webdorado

    (@webdorado)

    Dear user,

    As you will see from the screenshot the “>” has been replaced with “&gt”, please correct and try it out again. Thank you.

    I want to add two more name column to the contact form 5. How can i add one more same column to the contact form ?

    Thread Starter mad4uash1

    (@mad4uash1)

    Dear Webdorado,

    As per your latest code “Phone” & “Mobile” text fields are got aligned. But “Country” and radio button options are not aligned correctly.
    Kindly see the link for reference https://amsr.in/?page_id=31&preview=true

    Plugin Contributor webdorado

    (@webdorado)

    Dear volselcuk, Unfortunately, it is not possible to add fields in Contact Form Builder. It is only possible to edit the current fields.

    Dear mad4uash1, the stated page returns 404 error, please provide us the proper link for us to help you out. Thank you.

    Thread Starter mad4uash1

    (@mad4uash1)

    Dear Webdorado ,

    Kindly see this page link below for reference

    https://www.amsr.in/contact-us/

    (Here “Phone” & “Mobile” text fields are got aligned. But “Country” and radio button options are not aligned correctly.)

    Plugin Contributor webdorado

    (@webdorado)

    Dear mad4uash1,

    Please use the following code in the same location as the previous code:
    input[type=”radio”], input[type=”checkbox”] {
    margin: 0 !important;
    }

    This will fix the issue with the radio button alignment, as for the country option, the field is a bit larger than the rest, which makes not identically aligned. Thank you.

    Thread Starter mad4uash1

    (@mad4uash1)

    Dear Webdorado,

    Thank you very much for your kind consideration with help & support.
    Your codes really helped me a lot.
    Topic is resolved.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘How to do alignment of text fields’ is closed to new replies.