Title: [Plugin: WordPress Related Posts] make round thumbnail
Last modified: August 20, 2016

---

# [Plugin: WordPress Related Posts] make round thumbnail

 *  Resolved [al.ramadhan](https://wordpress.org/support/users/alramadhan/)
 * (@alramadhan)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wordpress-related-posts-make-round-thumbnail/)
 * Hi i just installed your plugin and it’s work great with thumbnail. But i need
   little change. How to make a style with the thumbnail? What file should i edit?
 * [http://wordpress.org/extend/plugins/wordpress-23-related-posts-plugin/](http://wordpress.org/extend/plugins/wordpress-23-related-posts-plugin/)

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

 *  Plugin Author [jureham](https://wordpress.org/support/users/jureham/)
 * (@jureham)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wordpress-related-posts-make-round-thumbnail/#post-3109183)
 * Hi,
    we just released a new version of the plugin that supports custom styles(
   css). Go to settings and select custom under themes.
 * If you want to modify vertical-m style, you can start with our css:
 *     ```
       .related_post_title {
       	clear: both;
       	padding: 0 !important;
       	margin: 0 !important;
       }
   
       ul.related_post {
       	display: block;
       	position: relative;
       	margin: 0;
       	padding: 0;
       }
       ul.related_post li {
       	display: inline-block;
       	vertical-align: top;
       	zoom: 1;
       	*display: inline;
       	width: 100px;
       	margin: 10px 10px 10px 0px;
       	padding: 0;
       	background: none;
       }
       ul.related_post li a {
       	display: block;
       	font-size: 12px;
       	line-height: 1.5em;
       	text-decoration: none;
       	padding-bottom: 5px;
       }
       ul.related_post li img {
       	display: block;
       	width: 100px !important;
       	height: 100px !important;
       }
       ul.related_post li small {
       	font-size: 80%;
       }
       ```
   
 * If you want to add round corners to thumbnails, add:
    `border-radius: 15px;` 
   to `ul.related_post li img {` block.
 * Hope this helps.
 *  [Cube 8](https://wordpress.org/support/users/cube-8/)
 * (@cube-8)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wordpress-related-posts-make-round-thumbnail/#post-3109184)
 * Thumbnails seem to not appear in a row on my slider gallery[](http://http://www.cube8condo.net/)
 *  [Cube 8](https://wordpress.org/support/users/cube-8/)
 * (@cube-8)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wordpress-related-posts-make-round-thumbnail/#post-3109185)
 * [cube8](http://www.cube8condo.net/)
 *  [xdaseinx](https://wordpress.org/support/users/xdaseinx/)
 * (@xdaseinx)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wordpress-related-posts-make-round-thumbnail/#post-3109186)
 * @Cube8
    where exactly should related posts appear on your site? can you give 
   us a direct link? or a screenshot?
 *  Thread Starter [al.ramadhan](https://wordpress.org/support/users/alramadhan/)
 * (@alramadhan)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wordpress-related-posts-make-round-thumbnail/#post-3109225)
 * [@jureham](https://wordpress.org/support/users/jureham/) Yeahhh!!! it works. 
   Thank you so much 🙂

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

The topic ‘[Plugin: WordPress Related Posts] make round thumbnail’ 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/)

 * 5 replies
 * 4 participants
 * Last reply from: [al.ramadhan](https://wordpress.org/support/users/alramadhan/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wordpress-related-posts-make-round-thumbnail/#post-3109225)
 * Status: resolved