We're merging with GenerateBlocks! Learn more here.

[Support request] Show featured image always on the left of the content (title, meta, excerpt)

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Show featured image always on the left of the content (title, meta, excerpt)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30456
    Lorenzo
    Participant

    Hi,
    I want show a list of the latest entries showing the featured image always on the left and the content (title, meta, excerpt, read more) on the right.
    I tried with this https://wpshowposts.com/support/topic/aligning-image-and-post-title-side-by-side/ but it doesn’t work.

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

    Thanks!

    #30526
    elvin
    Moderator

    Hi Lorenzo,

    Can you try removing the space between the WPSP ID and .wpsp-row?

    Example:

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

    Let us know how it goes.

    If it doesn’t work, Can you link us to the page in question containing the WPSP you want this to apply on? So we can check why it isn’t applying.

    You can use our contact page form to send in the site details if you wish to keep it private. https://wpshowposts.com/contact/

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