Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    You can customize the look of every element on your site thanks to CSS. You can add that CSS to your theme stylesheet, or to your custom CSS editor available under Appearance > Edit CSS in your dashboard.

    If you don’t feel comfortable editing CSS on your own, feel free to post a link to your contact form here, I’ll be happy to take a look and give you the CSS you need.

    Thread Starter dechtman

    (@dechtman)

    Thanks Jeremy-

    Here is the form: http://m3consult.wpengine.com/

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Something like this should do the trick:

    .home .contact-form {
      max-width: 500px;
    }
    
    .home .contact-form div {
      float: left;
      margin: 0;
    }
    
    .home .contact-form div label {
      margin: 0;
    }
    .home .contact-form div input {
        max-width: 100%;
        margin: 0;
        font-size: 1em;
        padding: 1.22em;
        line-height: 1;
    }
    
    .home .contact-form p.contact-submit {
      float: left;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Layout contact form in one line.’ is closed to new replies.