We're merging with GenerateBlocks! Learn more here.

[Support request] Aligning Image and Post Title Side by Side

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Aligning Image and Post Title Side by Side

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29286
    Brandon
    Participant

    I would like to have the option to have my featured image on the left with the title and meta/excerpt of the post directly to its right.

    I have the image alignment to the left and above the title. I have tried making the images smaller and it’s still not putting them side by side so I don’t know if that’s not an option in the plugin or if I’m doing something wrong.

    Image: https://www.flickr.com/photos/105426710@N03/51118569115/in/dateposted-public/

    #29292
    Brandon
    Participant

    I’m basically trying to get the effect of what the ‘row’ cards do, but without the alternating image alignment and a bit more space in between each post. Is there a way to do that?

    #29314
    elvin
    Moderator

    Hi there,

    I’m basically trying to get the effect of what the ‘row’ cards do, but without the alternating image alignment and a bit more space in between each post. Is there a way to do that?

    If that’s the case, you can use Row and then add this CSS:

    @media (min-width: 560px){
    #wpsp-1234 .wpsp-row article:nth-child(even) .wp-show-posts-inner {
        flex-direction: row !important;
    }
    }

    Change 1234 in #wpsp-1234 to the WPSP list id you want it applied to.

    The purpose of the CSS is to prevent the alternating image alignment. As for the space between posts, try setting the column gutter to a higher value.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.