Title: Centering Posts Causes Misalignment
Last modified: January 12, 2019

---

# Centering Posts Causes Misalignment

 *  Resolved [adshap8](https://wordpress.org/support/users/adshap8/)
 * (@adshap8)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/centering-posts-causes-misalignment/)
 * First, absolutely love the plugin. Thanks for the great work over the years.
 * I used a function that you provided to another user to center related posts. 
   It works great. Except for some reason in mobile (and mobile only), if the post
   title length is different (ex. one takes up 2 lines and the other 3 lines), it
   will cause misalignment between the related posts. You can see it on this page,
   on a mobile device:
 * [https://japaneselevelup.com/giant-reasons-people-quit-learning-japanese/](https://japaneselevelup.com/giant-reasons-people-quit-learning-japanese/)
 * You might have to hard refresh it to get 2 related posts next to each other with
   varying length (one taking up 2 lines and another 3).
 * Is there anything that can be done to properly align them?
 * Thanks so much for everything!
 * Adam
 * —-
    The function I’m using:
 * function rpt_content_align_callback( $class ) {
    $class = “relpost-align-center”;
   return $class; } add_filter( ‘rpt_content_align’, ‘rpt_content_align_callback’);
 * There are two more options you can provide in $class:
    “relpost-align-right” “
   relpost-align-left”
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcentering-posts-causes-misalignment%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [adshap8](https://wordpress.org/support/users/adshap8/)
 * (@adshap8)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/centering-posts-causes-misalignment/#post-11081791)
 * I figured out another solution, so don’t worry about replying to this.

Viewing 1 replies (of 1 total)

The topic ‘Centering Posts Causes Misalignment’ is closed to new replies.

 * ![](https://ps.w.org/related-posts-thumbnails/assets/icon-256x256.png?rev=1602092)
 * [Related Posts Thumbnails Plugin for WordPress](https://wordpress.org/plugins/related-posts-thumbnails/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/related-posts-thumbnails/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/related-posts-thumbnails/)
 * [Active Topics](https://wordpress.org/support/plugin/related-posts-thumbnails/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/related-posts-thumbnails/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/related-posts-thumbnails/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [adshap8](https://wordpress.org/support/users/adshap8/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/centering-posts-causes-misalignment/#post-11081791)
 * Status: resolved