• Resolved kathyblair

    (@kathyblair)


    While I’ve been able to CSS my way out of other things I don’t like about the way the form appears on my site, I am still seeing extra “Hidden” paragraphs between the last line of the form and the submit button. There seems to be a div named accessibility. Is there any way for this to be moved or???? I’m guessing it is for vision/hearing/etc. impaired users but it really bugs me having all that blank space.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Constant Contact

    (@constantcontact)

    Hi @kathyblair

    Try out this CSS below to handle reducing the space below there. I’ve also opened an internal issue to look into this topic, because it does feel very odd to me.

    .ctct-form-wrapper .ctct-form-field-hidden {
        margin: 0;
        padding: 0;
    }
    
    Thread Starter kathyblair

    (@kathyblair)

    That worked. Thanks. Don’t know why I didn’t think of it. Too many balls in the air!

    Plugin Author Constant Contact

    (@constantcontact)

    We know how that feels. Glad we could help quick with this one.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Extra space before submit button’ is closed to new replies.