#72140
 sharmstr
Moderator

Give your divs IDs and add some css to your quick css to float the divs

COPY CODE

<div id="col1">
<p>Your Name (required)<br />
    [text* your-name] </p>

<p>Your Email (required)<br />
    [email* your-email] </p>
</div>
<div id="col2">
<p>Subject<br />
    [text your-subject] </p>

<p>Your Message<br />
    [textarea your-message] </p>

<p>[submit "Send"]</p>
</div>
COPY CODE

#col1, #col2 {
    float: left;
}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Log in with your credentials

Forgot your details?