We're merging with GenerateBlocks! Learn more here.

[Support request] Featured Post not Displaying Correctly

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Featured Post not Displaying Correctly

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27450
    Dave
    Participant

    I would like the featured post to cover the full width of the container and have the other posts below it in a row of 4.
    If I make more than 2 columns it doesn’t work.
    Right now it is placing the other posts beside it for some reason. Am I missing something?

    How would I achieve this?

    Cheers,

    Dave

    #27498
    elvin
    Moderator

    Hi there,

    You can try adding this CSS to force the .featured-column to go 100% width:

    article.wp-show-posts-single.featured-column {
        width: 100% !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.