Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author jureham

    (@jureham)

    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.

    Thumbnails seem to not appear in a row on my slider gallery

    @Cube8
    where exactly should related posts appear on your site?
    can you give us a direct link? or a screenshot?

    Thread Starter al.ramadhan

    (@alramadhan)

    @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.