Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #659449

    bcloud
    Participant
    This reply has been marked as private.
    #659672

    Zeshan
    Member

    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!

    #739710

    fernandocd79
    Participant
    This reply has been marked as private.
    #739866

    Rad
    Moderator

    Hi 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.

    #740016

    fernandocd79
    Participant

    Hi 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

    #740063

    Rue Nel
    Moderator

    Hello 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.

    #755736

    fernandocd79
    Participant

    Thanks, I styled my web.

    Cheers

    #756167

    Rupok
    Member

    You are welcome!

    Have a nice day!