• Resolved trailerproffsen

    (@trailerproffsen)


    I have a simple Contact form that I have made from the tutorials but I cant seem to fix the left alignment of the text inside the form box.
    The text starts 5-6 chars in the box and the text size is also smaller than the heading size.

    What am I doing wrong (Swedish)?

    <p>Ditt namn (obligatorisk) < br / >
    [text* your-name] </p>

    <p>Din epost (obligatorisk) < br / >
    [email* your-email] </p>

    <p>Ditt telefonnummer < br / >
    [text your-phone] </p>

    <p>?mne < br / >
    [text your-subject] </p>

    <p>Ditt meddelande < br / >
    [textarea your-message] </p>

    <p>[submit “Skicka”] </p>

    https://www.ads-software.com/plugins/contact-form-7/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter trailerproffsen

    (@trailerproffsen)

    ok, I understand that the question is unclear.
    Please look at my homepage https://www.trailerproffsen.se
    and scroll down to the bottom of the page to the form and just put in some chars in the textbox and there you see that the input starts some chars away from the left side and also the text size is a bit small.
    Thanks for helping!

    Ok! O que você quer fazer é colocar o nome que está em cima da caixa para dentro… é muito simples, é só fazer isso:

    You delete all texts that are in <p> </p>
    then add placeholder “text”
    How will get your form ..

    [text* your-name placeholder “Ditt namn (obligatorisk)”]

    [email* your-email placeholder “Din epost (obligatorisk)”]

    [text your-phone placeholder "Ditt telefonnummer"]

    [text your-subject placeholder "?mne "]

    [textarea your-message placeholder “Ditt meddelande”]

    [submit “Skicka”]</bloquote>

    OK! What you want to do is put the name that is on the box inside … It’s very simple, just do this:

    You delete all texts that are in <p> </p>
    then add placeholder “text”
    How will get your form ..

    [text* your-name placeholder "Ditt namn (obligatorisk)"]
    
    [email* your-email placeholder "Din epost (obligatorisk)"]
    
    [text your-phone placeholder "Ditt telefonnummer"]
    
    [text your-subject placeholder "?mne "]
    
    [textarea your-message placeholder "Ditt meddelande"]
    
    [submit "Skicka"]
    Thread Starter trailerproffsen

    (@trailerproffsen)

    Thanks for help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Align and text size problem in form’ is closed to new replies.