Title: COLUMN ALIGNMENT
Last modified: February 6, 2017

---

# COLUMN ALIGNMENT

 *  [labboud](https://wordpress.org/support/users/labboud/)
 * (@labboud)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/column-alignment-4/)
 * My columns do not line up at the top. I don’t speak WordPress yet so be gentle.
   Just starting but I’ve been very careful to try everything that has come up here
   in support. Any help would be appreciated. Site isn’t launched yet so I cant 
   sent a URL.
 * Its five columns and each column is one line lower than the previous.
    -  This topic was modified 9 years, 3 months ago by [labboud](https://wordpress.org/support/users/labboud/).

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

 *  [Keryn](https://wordpress.org/support/users/b-summers/)
 * (@b-summers)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/column-alignment-4/#post-8818624)
 * Since WordPress likes to add <p> tags, it’s a little fickle if you add a space
   in your code. I find if you keep the end of one column tag and the beginning 
   of the next one on the same line, it won’t add those odd spaces. Hopefully that
   made sense, here is a code I am using for 4 columns.
 *     ```
       [one_fourth padding="0 10px 0 0"]
       One Column
       [/one_fourth][one_fourth padding="0 5px 0 5px"]
       Two Column
       [/one_fourth][one_fourth padding="0 5px 0 5px"]
       Three Column
       [/one_fourth][one_fourth_last padding="0 0 0 10px"]
       Four Column
       [/one_fourth_last]
       ```
   
 *  [ohliza](https://wordpress.org/support/users/ohliza/)
 * (@ohliza)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/column-alignment-4/#post-9224778)
 * I was having this problem and realized my changes weren’t immediately being reflected
   on the page due to caching. So, I solved my own problem here, thanks.
    -  This reply was modified 8 years, 11 months ago by [ohliza](https://wordpress.org/support/users/ohliza/).
      Reason: solved

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

The topic ‘COLUMN ALIGNMENT’ is closed to new replies.

 * ![](https://ps.w.org/column-shortcodes/assets/icon-256x256.png?rev=1679769)
 * [Column Shortcodes](https://wordpress.org/plugins/column-shortcodes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/column-shortcodes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/column-shortcodes/)
 * [Active Topics](https://wordpress.org/support/plugin/column-shortcodes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/column-shortcodes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/column-shortcodes/reviews/)

## Tags

 * [column shortcode](https://wordpress.org/support/topic-tag/column-shortcode/)

 * 2 replies
 * 3 participants
 * Last reply from: [ohliza](https://wordpress.org/support/users/ohliza/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/column-alignment-4/#post-9224778)
 * Status: not resolved