-
AuthorPosts
-
November 10, 2015 at 6:21 am #659449This reply has been marked as private.November 10, 2015 at 9:27 am #659672
Hi Bruce,
Sorry for not responding earlier!
In that case, please open a separate thread and provide us with your URL and WordPress login credentials in a private reply so we can take a closer look at your setup.
Thank you!
January 10, 2016 at 12:11 pm #739710This reply has been marked as private.January 10, 2016 at 3:32 pm #739866Hi there,
That length is only related to max character counts of your input. It’s not related to styling or design. Would you like to narrow the field? Then you can wrap your form in a container like div, and resize the div through CSS.
X theme layout is responsive, it means it will follow its container size. Hence the best way of controlling size is controlling its container.
Thanks.
January 10, 2016 at 6:15 pm #740016Hi there,
Thanks for the reply. But I’m a bit lost with the explanation as I’m not an expert developer. I used Cornerstone and Contact Form 7. Where should I include that div container? in Cornerstone or in Contact Form 7?
Could you provide me with some support code I can lean on?
Regards and thanks in advance
January 10, 2016 at 6:54 pm #740063Hello Fernando,
Thanks for updating this thread! Contact Form 7 is just an element form that you can drag and position in the column of a section you want it to be. You have to design or create a form in the Contact Form 7 panel. To know more about how to style your form, please check out its documentation here: http://contactform7.com/styling-contact-form/
And you can control the of you width by making your code into something like this:
<div style="max-width: 220px;"> <p> Tu nombre (obligatorio) – 你的名字 (强制性) : [text* your-name size:20 maxlength:20] Tu Email (obligatorio) – 你的邮件 (强制性) : [email* your-email] </p> </div>
Hope this helps.
January 20, 2016 at 4:21 pm #755736Thanks, I styled my web.
Cheers
January 20, 2016 at 9:12 pm #756167You are welcome!
Have a nice day!
-
AuthorPosts