Title: Stop Alternating Post Alignment
Last modified: August 21, 2016

---

# Stop Alternating Post Alignment

 *  [PizzaStick](https://wordpress.org/support/users/pizzastick/)
 * (@pizzastick)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/stop-alternating-post-alignment/)
 * Hi there,
 * I would like to align all images left and text right when a new post is created.
   Right now, it aligns the image left, right, left, right. Anyone have any ideas
   of the easiest way to do this?
 * Thanks

Viewing 1 replies (of 1 total)

 *  [tomaja](https://wordpress.org/support/users/tomaja/)
 * (@tomaja)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/stop-alternating-post-alignment/#post-4237578)
 * You can try this
 *     ```
       .post .tc-content {
       float: right;
       }
       .post .tc-thumbnail {
       float: left;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Stop Alternating Post Alignment’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

## Tags

 * [alternating posts](https://wordpress.org/support/topic-tag/alternating-posts/)

 * 1 reply
 * 2 participants
 * Last reply from: [tomaja](https://wordpress.org/support/users/tomaja/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/stop-alternating-post-alignment/#post-4237578)
 * Status: not resolved