We're merging with GenerateBlocks! Learn more here.

[Support request] Overlap card – customize offset of white square from image

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Overlap card – customize offset of white square from image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23824
    Nicholas
    Participant

    I just purchased WP Show posts – enjoying it and was hoping the pro would offer a bit more customizability. I’m aiming for something along the lines of what is under the “In this section” header at https://www.bgs.ac.uk/about-bgs/ . I thought the “overlap” card would get me close, but I can’t seem to adjust the horizontal position of the title and excerpt text relative to the image. It seems like its fixed on the left. Is this just some CSS to fix? or is it baked into the card style?

    #23889
    elvin
    Moderator

    Hi,

    To clarify: You want the content to be centered?

    If so, you can try adding this CSS:

    .wpsp-overlap .wpsp-content-wrap {
        margin-left: auto;
        margin-right: auto;
    }
    #23919
    Nicholas
    Participant

    Thanks! Yes this is great

    #23941
    elvin
    Moderator

    Thanks! Yes this is great

    No problem. 😀

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