We're merging with GenerateBlocks! Learn more here.

[Resolved] FIrst post full width

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support FIrst post full width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1984
    Daniel
    Participant

    Hi there!

    I’m starting to use the WPShowPost Pro plugin and I’ve seen that the featured post option doesn’t make the first post full width as GeneratePres does in Blog options.
    I like the way GeneratePress theme makes the first post full width and I’d like to get the same results with WPShowPost Pro.
    I see the css is using Flexbox but I’m not sure if it uses any kind of fallback to support older browsers.
    Anyway, what css should I use to get full width in first post?

    Thanks!
    Daniel

    #1987
    Tom
    Keymaster

    Hi Daniel,

    Try adding this CSS:

    .featured-column {
        width: 100%;
    }

    Let me know 🙂

    #1990
    Daniel
    Participant

    Thanks!

    That was easy 😉
    I was afraid of having to modify some more css rules aside from .featured-column

    #1992
    Tom
    Keymaster

    Glad I could help! 🙂

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