We're merging with GenerateBlocks! Learn more here.

[Resolved] move title at the bottom in overlay card

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support move title at the bottom in overlay card

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #8860
    Alessio
    Participant

    hi tom,

    I just started looking into wpsp pro 1.0 beta
    is there a simple way to invert the display order of title and meta? right now the title is displayed at the top of the cards, is it possible to move it to the bottom?

    thank you in advance as usual
    alex

    #8874
    Tom
    Keymaster

    Hey Alex,

    Which style are you using?

    #8892
    Alessio
    Participant

    Hi Tom

    thank you for your reply
    I am trying to use the Overlay style

    Alex

    #8901
    David Beckwith
    Participant

    Hi there,

    try this CSS:

    .wpsp-overlay .wpsp-content-wrap {
        flex-direction: column-reverse !important;
    }
    .wpsp-overlay .wp-show-posts-entry-header {
        margin-top: auto;
    }
    .wpsp-overlay .wp-show-posts-entry-meta-below-post {
        margin-top: 0 !important;
    }
    #8902
    Alessio
    Participant

    Hi David

    thank you, it worked perfectly

    ALex

    #8909
    David Beckwith
    Participant

    Awesome – glad to be of help.

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