Odd Spacing on Form

Home Forums Gravida Support Odd Spacing on Form

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #84177
    AnnAnn
    Participant
    • Topics: 5
    • Replies: 12
    • Total: 17
    Member since: January 11, 2016

    Using GravidaPro on our site.

    http://scratchboardsociety.org/resources/mentorships/

    There is extra spacing for the last item in the entries on this form. It’s a very basic form, created with Contact Form 7

    I don’t know if this is an issue with the form construction or how it’s being read by the theme.

    Any idea how to fix that? Is it possible to have the list items arranged vertically instead of across the page?

    Thank you!

    #84211
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:

    .wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea { width:100% !important;}

    Regards,
    Brad

    #84272
    AnnAnn
    Participant
    • Topics: 5
    • Replies: 12
    • Total: 17
    Member since: January 11, 2016

    Thank you.

    That worked on the width of the text entry boxes, but the radio buttons and checkboxes are still not aligned properly.

    I figured out how to stack those options vertically, but they are right justified and I want them to be left justified.

    #84273
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:

    .content-left span.wpcf7-list-item { float:left !important;}

    Regards,
    Brad

    #84371
    AnnAnn
    Participant
    • Topics: 5
    • Replies: 12
    • Total: 17
    Member since: January 11, 2016

    Perfect! Thank you!

    #84374
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi Ann,

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/10/

    Regards,
    Brad

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.