Okay
  Public Ticket #1594210
Contact form 7 column
Closed

Comments

  • thienypham started the conversation

    Hi, I tried to have 2 columns in the contact form with the code below. However, it doesn't appear as expected . I am not sure what is wrong with my code?

    Thank you!


    <div class="row">
      <div class="col span_6">
        <label for="your-subject">Name</label>
        [text your-subject] <p></p>
      </div>
      <div class="col span_6">
        <label for="your-subject">Company</label>
        [text your-subject] <p></p>
      </div>
      <div class="col span_6">
        <label for="your-subject">Email</label>
        [text your-subject] <p></p>
      </div>
      <div class="col span_6">
        <label for="your-subject">Phone</label>
        [text your-subject] <p></p>
      </div>
    </div>

    <label for="your-message">How can we help you today?</label>
    [textarea your-message] 
    <p><br>[submit "Send It!"]</p>



  •  9,007
    Tahir replied

    Hey Again,

    You need to create two rows and each row can only have 12 columns in it so two columns of span6 should be in each row .

    Best 


    ThemeNectar Support Team 

  • thienypham replied

    Thank you! It works