Skip to content

Instantly share code, notes, and snippets.

@gicolek
Created February 22, 2024 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gicolek/9377ccc55576b87ab9456d58537c1cca to your computer and use it in GitHub Desktop.
Save gicolek/9377ccc55576b87ab9456d58537c1cca to your computer and use it in GitHub Desktop.
Contact Form 7 Two Column Layout
<div class="c-grid">
<div>
<label> Your name
[text* your-name] </label>
<label> Your email
[email* your-email] </label>
</div>
<div>
<label> Subject
[text* your-subject] </label>
<label> Your message (optional)
[textarea your-message] </label>
</div>
[submit "Submit"]
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment