Viewing 5 replies - 1 through 5 (of 5 total)
  • I’d also like to know this. Recent posts are displaying vertically and ideally I’d like them in a horizontal row. Anyone?

    Mee too! I want horizontal!

    us too….we are looking to display three thumbnails horizontally (with the title and excerpt below the thumbnail image).

    Anyone found anything that can do that?

    Plugin Author satrya

    (@satrya)

    Hi,
    I’m sorry it’s not possible with the current version. But, if you familiar with CSS, you can make it 3 columns horizontal.

    Please uncheck the Use default style then in the custom css box, find .rpwe-block li and add this css code inside the rule

    display: inline-block;

    Here’s the full code

    .rpwe-block li{
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style-type: none;
    display: inline-block;
    }

    Satrya, thanks for taking the time to respond. I will give that a spin and let you know how I get along.

    Thanks for making a killer plugin!
    Mike

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

The topic ‘Recent post widget – shortcode and horizontal lay out’ is closed to new replies.