Skip to content

Instantly share code, notes, and snippets.

@trauber
Last active May 13, 2020 21:04
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 trauber/698d56cadca9e571494b0f70fb02137b to your computer and use it in GitHub Desktop.
Save trauber/698d56cadca9e571494b0f70fb02137b to your computer and use it in GitHub Desktop.

HTML for WordPress Responsive Columns

This uses classes from /wp-includes/css/dist/block-library/style.min.css?ver=5.4.1 .

<div class="contain">
  <div class="wp-block-columns alignwide has-3-columns">
    <div class="wp-block-column">...</div>
    <div class="wp-block-column">...</div>
    <div class="wp-block-column">...</div>
  </div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment