Title: 3 Column Css Question
Last modified: August 30, 2016

---

# 3 Column Css Question

 *  Resolved [DingleGuy](https://wordpress.org/support/users/dingleguy/)
 * (@dingleguy)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/3-column-css-question/)
 * I am currently using this code as my css base for a 3 column layout but when 
   put into use the gaps between column the first 2 divs is narrower than the gap
   between the 2nd and 3rd. I hope this makes sense. Does anybody see anything in
   my code that would cause this.
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [DingleGuy](https://wordpress.org/support/users/dingleguy/)
 * (@dingleguy)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/3-column-css-question/#post-6302595)
 * <div style=”width: 30%; padding: 0 10pt 0 0; float: left;”></div>
    <div style
   =”width: 30%; padding: 0 10pt 0 0; float: left;”></div> <div style=”width: 30%;
   padding: 0 10pt 0 0; float: right;”></div>
 *  [catacaustic](https://wordpress.org/support/users/catacaustic/)
 * (@catacaustic)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/3-column-css-question/#post-6302596)
 * It’s your `float: right;`. That’s telling the third column to float to the right
   of the container, not the left like the others, so it will have whatever space
   is left over on it’s left-hand side. If you change them all to left they should
   be the same.
 *  Thread Starter [DingleGuy](https://wordpress.org/support/users/dingleguy/)
 * (@dingleguy)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/3-column-css-question/#post-6302600)
 * You are correct. Thanks so much for your help.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘3 Column Css Question’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [DingleGuy](https://wordpress.org/support/users/dingleguy/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/3-column-css-question/#post-6302600)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
