Home › Forums › Gravida Support › Odd Spacing on Form
- This topic has 5 replies, 2 voices, and was last updated 6 years ago by
Forum Moderator.
-
AuthorPosts
-
September 25, 2017 at 7:08 pm #84177
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!
September 26, 2017 at 6:02 am #84211Hi,
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,
BradSeptember 27, 2017 at 1:18 am #84272Thank 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.
September 27, 2017 at 4:57 am #84273Hi,
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,
BradSeptember 28, 2017 at 6:19 am #84371Perfect! Thank you!
September 28, 2017 at 6:40 am #84374Hi Ann,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/10/
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.