• Resolved yvesfriend6

    (@yvesfriend6)


    Im new to WordPress and I’d like to know if you can configure the YARPP thumbnails.

    Currently, I set the Maximum number of posts to 3. I was assuming it would have 3 equal columns.

    Im trying to achieve something like this. https://prnt.sc/vqxwy1
    3 equal columns, with the thumbnail and the title of the article below.

    Is that possible with YARPP? If so, can anyone direct me on how to do it as I am new to this.

    If not, can you suggest a plugin that will help me achieve this?

    Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Support Michael Nelson

    (@mnelson4)

    Hi @yvesfriend6, right now YARPP’s default templates are only OK (improving them is one of our priorities), but you can customize them to your heart’s content.
    You can set YARPP to use the default “thumbnails” template and tell it to only show 3 results with the settings: https://i.imgur.com/t1Cabrh.png

    I found this bit of CSS helped get it centered and looking better:

    .yarpp-related{
    	margin-left:auto  !important;
    	margin-right:auto !important;
    }
    .yarpp-thumbnails-horizontal{
    	display:flex;
    	justify-content:center;
    }
    .yarpp-thumbnail{
    	flex-grow:1;
    }

    You may need to play with that, depending on your theme.

    Does that make sense?

    But thanks for sharing what you’re hoping to achieve. We’ll use that to help us make the new defaults better.

Viewing 1 replies (of 1 total)
  • The topic ‘Configure YARPP to have 3 equal columns’ is closed to new replies.