Skip to content Skip to main navigation Report an accessibility issue

Two Columns

Documentation

Usage: Short chunks of content can be arranged in the main content area in two columns.

Do
  • Always end your column rows with a clear. This will keep text from wrapping and aligning oddly.
Don't
  • Avoid using long columns. Web pages are not read up and down the page like a newspaper, and they should not be laid out that way.
EXAMPLE
...
...


Code

HTML
<div class="half">


...


</div>

<div class="half">


...


</div>

<p><br class="clear" /></p>
Available as a shortcode in the WordPress theme
[half][/half] [clear]