Skip to content

Instantly share code, notes, and snippets.

@gicolek
Created July 1, 2024 21:30
Show Gist options
  • Save gicolek/790d8697b58febb2c63e4e1cfa52b19d to your computer and use it in GitHub Desktop.
Save gicolek/790d8697b58febb2c63e4e1cfa52b19d to your computer and use it in GitHub Desktop.
Contact Form 7 Grid CSS
<div class="c-grid">
<div>
<label> Name*
[text* your-name akismet:author autocomplete:name] </label>
</div>
<div>
<label> Email*
[email* your-email akismet:author_email autocomplete:email] </label>
</div>
</div>
<div>
<h4> Your Address </h4>
<div class="c-grid c-grid--three">
<div>
<label> Address Street*
[text* addone] </label>
</div>
<div>
<label> Address Street Two*
[text* addtwo] </label>
</div>
<div>
<label> Address Suburb*
[text* addthree] </label>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment