Title: Simple CSS for Half-Width Columns
Last modified: August 21, 2016

---

# Simple CSS for Half-Width Columns

 *  [adam-green](https://wordpress.org/support/users/adam-green/)
 * (@adam-green)
 * [12 years ago](https://wordpress.org/support/topic/simple-css-for-half-width-columns/)
 * I was able to place two half-width columns on a page using the [Column Shortcodes](https://wordpress.org/plugins/column-shortcodes/)
   plugin, but having a plugin seems like overkill since all I want to do is use
   columns one time on one page.
 * How might I achieve the same thing pictured [here](http://adamgrn.com/column-example/)
   using simple CSS and a div?
 * I tried doing this:
 *     ```
       <div class="column">
   
       	My content
   
       </div>
       ```
   
 * with this CSS:
 *     ```
       .column {
       	padding: 15px;
       }
       ```
   
 * but no dice. What am I neglecting here?
 * _[Please don’t bump]_

The topic ‘Simple CSS for Half-Width Columns’ is closed to new replies.

## Tags

 * [columns](https://wordpress.org/support/topic-tag/columns/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [feature box](https://wordpress.org/support/topic-tag/feature-box/)

 * 0 replies
 * 1 participant
 * Last reply from: [adam-green](https://wordpress.org/support/users/adam-green/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/simple-css-for-half-width-columns/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
