- This topic has 5 replies, 2 voices, and was last updated 7 years, 11 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Gravida Support › Odd Spacing on Form
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!
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
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.
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
Perfect! Thank you!
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
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]