Comment Field on Online Express form out of alignment?

Options
Hi there,


I'm trying to put a donation form onto our website, but I'd prefer to have it on a sidebar on our site while impact/organization information is the main content on this page. My issue is with the comment field. As you can see with the screenshot below, the comment field is out of alignment with the rest of the form. Even when I put this donation form on the main 2/3rds of the page, the field is still over-padded.


Is there a way to adjust this? Maybe some code I can inject into the form script to adjust the alignment/wrapping of the comment field? Or is there something on Online Express that can help me adjust the comment field?


Tell me your thoughts.

4c611e2b6ff0380af2d03d986baa292a-huge-sc
Tagged:

Comments

  • Hey James,


    Try putting this in your style on the webpage:



    .BBFormContainer[data-bbox-part-id="d0b5b736-ee72-456c-9b4f-616c0136f7ad"] .BBDFormSectionComments .BBFormFieldLabel {

    margin-left: 0 !important;

    }


    .BBFormContainer[data-bbox-part-id="d0b5b736-ee72-456c-9b4f-616c0136f7ad"] .BBDFormSectionComments .BBFormTextArea {

    margin-left: 0 !important;

    }


    I was able to test this. The bolded lines are specific to your donation form. So you can't apply this globally, you will have to do it per donation form.


    Thanks,


    Phil

Categories