Skip to content Skip to main navigation Report an accessibility issue

Three 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="one-third column">


...


</div>

<div class="one-third column">


...


</div>

<div class="one-third column">


...


</div>

<p><br class="clear" /></p>

<div class="two-thirds column">


...


</div>

<div class="one-third column">


...


</div>

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