Title: Replace
Last modified: August 20, 2016

---

# Replace

 *  Resolved [alexey19960209](https://wordpress.org/support/users/alexey19960209/)
 * (@alexey19960209)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/replace/)
 * How could I relace this plugin? What I have now is [http://explory.ru/?p=147](http://explory.ru/?p=147)
   I need related posts to be in the centre, but now it is in the left.
 * [http://wordpress.org/extend/plugins/wordpress-23-related-posts-plugin/](http://wordpress.org/extend/plugins/wordpress-23-related-posts-plugin/)

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

 *  Thread Starter [alexey19960209](https://wordpress.org/support/users/alexey19960209/)
 * (@alexey19960209)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/replace/#post-3280947)
 * How can I put in to the center of my page?
 *  [xdaseinx](https://wordpress.org/support/users/xdaseinx/)
 * (@xdaseinx)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/replace/#post-3280948)
 * Use the Custom theme and enter this css:
 *     ```
       .related_post_title {
       	clear: both;
       	padding: 0 !important;
       	margin: 0 !important;
       	text-align: center !important;
       }
       ul.related_post {
       	display: block !important;
       	position: relative !important;
       	margin: 0 !important;
       	padding: 0 !important;
       	text-align: center !important;
       }
       ul.related_post li {
       	display: inline-block !important;
       	vertical-align: top !important;
       	zoom: 1 !important;
       	*display: inline !important;
       	width: 100px !important;
       	margin: 10px 10px 10px 0px !important;
       	padding: 0 !important;
       	background: none !important;
       }
       ul.related_post li a {
       	display: block !important;
       	font-size: 12px !important;
       	line-height: 1.5em !important;
       	text-decoration: none !important;
       	margin-bottom: 5px !important;
       }
       ul.related_post li img {
       	display: block !important;
       	width: 100px !important;
       	height: 100px !important;
       	max-width: 100% !important;
       	margin: 0 !important;
       }
       ul.related_post li small {
       	font-size: 80%;
       }
   
       @media screen and (max-width: 480px) {
       	ul.related_post li {
       		display: block !important;
       		width: auto !important;
       		clear: both !important;
       	}
       	ul.related_post li a:nth-child(1) {
       		float: left !important;
       	}
       	ul.related_post li a:nth-child(2) {
       		font-size: 14px !important;
       		padding: 10px 0 10px 110px !important;
       		display: block !important;
       		height: 80px !important;
       	}
       	ul.related_post li img {
       		width: 100px !important;
       		height: 100px !important;
       	}
       }
       ```
   
 *  Thread Starter [alexey19960209](https://wordpress.org/support/users/alexey19960209/)
 * (@alexey19960209)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/replace/#post-3280949)
 * Thank you a lot.

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

The topic ‘Replace’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-23-related-posts-plugin_7b9a7c.
   svg)
 * [WordPress Related Posts](https://wordpress.org/plugins/wordpress-23-related-posts-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-23-related-posts-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-23-related-posts-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-23-related-posts-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-23-related-posts-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-23-related-posts-plugin/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [alexey19960209](https://wordpress.org/support/users/alexey19960209/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/replace/#post-3280949)
 * Status: resolved