Donation form alignment problems

Options
We have a donation form embedded into our website:



http://longislandmuseum.org/support/d...



but you can see a few parts are misaligned.


This is what my web developer has told me regarding attempts to resolve the issue on his end "Due to the fact that the form is an embed of code located on another site there is nothing that I can do as far as layout either by hard-coding or use of css. Any changes would need to be made to the actual form."



Any help would be appreciated.
Tagged:

Comments

  • Matthew Garbarino
    Matthew Garbarino Blackbaud Employee
    Tenth Anniversary Facilitator 3 Photogenic
    Hi Ricky. Took a look at your form, and it looks like your custom styling on your website is impacting the form style. Specifically, your "base.css" file is setting the display style of all inputs to "block" which (at a glance) looks like it's causing the issue here.



    One of the benefits of using an embed form vs. an iframe is that the form *is* located on your site, and your CSS can indeed impact the form style. Your web dev should have no problem adding some custom styles to either change this input style, or to target inputs specific to Online Express forms.

Categories