Comments thienypham started the conversationMay 31, 2018 at 11:49amHi, 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,007Tahir repliedMay 31, 2018 at 12:10pmHey 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 1 Likethienypham repliedMay 31, 2018 at 12:33pmThank you! It works Sign in to reply ...
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>
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
Thank you! It works