Community Forums › Forums › Archived Forums › General Discussion › Ninja Forms, anyone?
- This topic has 12 replies, 2 voices, and was last updated 9 years, 4 months ago by
lianam.
-
AuthorPosts
-
October 27, 2015 at 5:10 pm #169280
lianam
MemberDoes anyone use Ninja Forms? Or does anyone know how to adjust the sizing of them? I can't seem to do it within the forms section of the dashboard (where you would do all the set up for the form). I just think it looks so big and bulky! I'd love to make the overall size smaller as well as make the field sizes smaller. Oh, I'm using the Enterprise theme, if that helps. 🙂 THANK YOU!
http://hdfamilylawgroup.com/October 27, 2015 at 5:54 pm #169286Sridhar Katakam
ParticipantAdd the following in Enterprise Pro's style.css:
.ninja-forms-required-items { margin-top: 20px; margin-bottom: 20px; } .ninja-forms-all-fields-wrap input { padding: 10px; } .ninja-forms-form .field-wrap label { font-size: 14px; } #ninja_forms_field_4 { margin-left: 0; margin-top: 5px; width: 100%; } .ninja-forms-all-fields-wrap input[type="submit"] { padding: 10px 30px; } .ninja-forms-all-fields-wrap .submit-wrap { margin-bottom: 0; }
to get http://d.pr/i/1kMna.
October 27, 2015 at 9:58 pm #169299lianam
MemberThis was great! Thank you so much. Is there any way to size it down even more? Or make it so that the fields don't have so much space in between them? I'm just trying to condense it and make it look a little more professional (and not so large and in your face!). Thanks!!!
October 27, 2015 at 11:35 pm #169305Sridhar Katakam
ParticipantI have set the field labels to be inside the field so the form looks compact. However, it is not working for the Phone field. You may want to contact Ninja Forms about it.
October 27, 2015 at 11:57 pm #169309lianam
MemberDo you have any idea how to make the reCAPTCHA field look more like the other fields (same size)?
October 28, 2015 at 12:04 am #169311Sridhar Katakam
ParticipantOctober 28, 2015 at 12:05 am #169312lianam
MemberThanks so much. It looks so much better! I sent a message to Ninja Forms, but it looks like I may never get a reply/help. It says there will be a delay on responses. If you happen to think of how to get the Phone field fixed, I would love to have your help! Thanks!
October 28, 2015 at 12:08 am #169313Sridhar Katakam
ParticipantPing them in Twitter. They seem to be pretty active.
There is one workaround though. For the Phone field, set the label also as the Placeholder text. It should then appear inside the field on the front end.
October 28, 2015 at 12:30 am #169315lianam
MemberAha...Brilliant idea! That worked. For some reason, though, the font color is darker. Any idea how to fix that so it matches the other text?
October 28, 2015 at 12:32 am #169317Sridhar Katakam
ParticipantAdd
#ninja_forms_field_8::-moz-placeholder { color: #aaa; } #ninja_forms_field_8::-webkit-input-placeholder { color: #aaa; }
October 28, 2015 at 12:58 am #169318lianam
MemberThat worked perfectly! I noticed that the text "Message" is not lined up with the text in the other fields (needs to be pushed a little over to the left). What should I adjust?
October 28, 2015 at 1:00 am #169319Sridhar Katakam
ParticipantAdd 7px padding to
.ninja-forms-form .textarea-wrap textarea
in style.css.
October 28, 2015 at 7:26 am #169343lianam
MemberPerfect!!! Thank you so much!
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.