Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #308607

    Does this theme support or can you provide specific code needed to make input fields for name, email, submit button, appear on one row such as: http://brendonburchard.com/

    #308774

    Hey newpappa!

    Please edit your Color Section element and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
    and then add following code to Quick CSS in Enfold theme options under General Styling tab

    input#inf_field_FirstName, input#inf_field_Email {
    max-width: 24%!important;
    float: left;
    margin-right: 5px!important;
    }

    Since your input fields are placed in a small column, they will look small. You can add them inside a bigger column element and adjust the values as needed

    Cheers!
    Yigit

    #309683

    Thanks! Works like a dream!

    I put it into style.css instead of Quick CSS.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Input fields appear on one row’ is closed to new replies.