Title: WP show post alignment
Last modified: May 4, 2022

---

# WP show post alignment

 *  [bellebeest17](https://wordpress.org/support/users/bellebeest17/)
 * (@bellebeest17)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/wp-show-post-alignment/)
 * For some reason I can’t manage the alignment of my posts. They are way too much
   to the left. I use WP Show post to show posts on different pages instead of using
   the blog page.
 * I think I need some extra css, but have no clue how to. Can you please help me?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwp-show-post-alignment%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Eugene White](https://wordpress.org/support/users/eugenewhite/)
 * (@eugenewhite)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/wp-show-post-alignment/#post-15617574)
 * Hello there.
 * Please be informed that there’s a style that defines the alignment of the posts:
 *     ```
       .wp-show-posts-columns#wpsp-1483 {
           margin-left: -2em;
       }
       ```
   
 * So you would need to check that out or override the style with something like:
 *     ```
       .wp-show-posts-columns#wpsp-1483 {
           margin-left: 6em !important;
       }
       ```
   
 *  Thread Starter [bellebeest17](https://wordpress.org/support/users/bellebeest17/)
 * (@bellebeest17)
 * [4 years ago](https://wordpress.org/support/topic/wp-show-post-alignment/#post-15663603)
 * Thank you so much! This is the solution. It’s perfectly lined out now

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

The topic ‘WP show post alignment’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [bellebeest17](https://wordpress.org/support/users/bellebeest17/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/wp-show-post-alignment/#post-15663603)
 * Status: not resolved