We're merging with GenerateBlocks! Learn more here.

[Resolved] right column in the meta box is a larger gap than in the left column

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support right column in the meta box is a larger gap than in the left column

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29270
    Samuel
    Participant

    I use the Overlap function. Unfortunately, on the right column in the meta box is a larger gap than in the left column. See screenshot. What is the reason for this?

    URL: https://baubeaver.de/
    Screenshot: https://www.screencast.com/t/FWCdgQQlAL

    #29308
    elvin
    Moderator

    Hi there,

    It’s because the images of the posts don’t have a uniform size.

    The content box is set to flex: 1, it stretches or shrinks depending on the extra vertical space left by varying post image sizes.

    We can try addressing this by setting a set max-height for the images with this CSS:

    .wp-show-posts-image.blur.wpsp-image-center {
        max-height: 260px;
    }

    But this may cause cropping for bigger images.

    #29312
    Samuel
    Participant

    Hi Elvin,

    ok perfekt. Cropping is ok. Thanks. Its working fine…

    #29316
    elvin
    Moderator

    No problem. Glad to be of any help. 🙂

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