Viewing 1 replies (of 1 total)
  • Plugin Support Elvin

    (@ejcabquina)

    Hi,

    First off, set your column to 1.

    You then add this CSS code:

    .wp-show-posts-inner {
        display: flex;
    }
    .wp-show-posts-image {
        width: 35%;
    }
    
    header.wp-show-posts-entry-header {
        display: flex;
        flex-direction: column;
        margin: 1em 0 0 2em;
    }
    
    h2.wp-show-posts-entry-title{
        font-weight:600px;
        font-size: 30px;
        order: 2;
    }
    
    time.wp-show-posts-entry-date.published {
        font-weight: bold;
        color: lightgray;
    }

    Adjust values to your preference. 🙂

Viewing 1 replies (of 1 total)

The topic ‘Align Related Posts Image’ is closed to new replies.