Title: post alignment
Last modified: August 18, 2019

---

# post alignment

 *  Resolved [boriskooij](https://wordpress.org/support/users/boriskooij/)
 * (@boriskooij)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/post-alignment-3/)
 * Hi
 * Im currently working on a website, and added the post grid element to the website.
   The problem is the first post is not aligned with the other posts. how could 
   i fix this?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpost-alignment-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Manesh Timilsina](https://wordpress.org/support/users/maneshtimilsina/)
 * (@maneshtimilsina)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/post-alignment-3/#post-11847445)
 * Hi [@boriskooij](https://wordpress.org/support/users/boriskooij/)
 * CSS of the theme you are using is removing padding of a first item. You can go
   to Appearance >> Customize >> Additional CSS and add the following CSS code to
   fix this issue.
 *     ```
       .wpcap-post:first-child {
           padding: 20px !important;
       }
       ```
   
 *  Thread Starter [boriskooij](https://wordpress.org/support/users/boriskooij/)
 * (@boriskooij)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/post-alignment-3/#post-11847784)
 * thanks! works perfectly now
 *  [Manesh Timilsina](https://wordpress.org/support/users/maneshtimilsina/)
 * (@maneshtimilsina)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/post-alignment-3/#post-11847797)
 * Great!!!

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

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

 * ![](https://ps.w.org/post-grid-elementor-addon/assets/icon-256x256.png?rev=3362232)
 * [Post Grid Addon for Elementor](https://wordpress.org/plugins/post-grid-elementor-addon/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-grid-elementor-addon/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-grid-elementor-addon/)
 * [Active Topics](https://wordpress.org/support/plugin/post-grid-elementor-addon/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-grid-elementor-addon/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-grid-elementor-addon/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Manesh Timilsina](https://wordpress.org/support/users/maneshtimilsina/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/post-alignment-3/#post-11847797)
 * Status: resolved