We're merging with GenerateBlocks! Learn more here.

[Resolved] dispatch grid post – gap under the images

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support dispatch grid post – gap under the images

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #16448
    ALESSANDRO
    Participant

    sorry to bother you again but i can’t solve this problem. I would like to use the post grid of the dispatch, but this strange gap / margin is created between the images on the right. Can you please help me eliminate it? what am I doing wrong? this is the home under cosnstruction

    #16458
    Tom
    Keymaster

    Hi there,

    Try adding this CSS:

    #wpsp-4676.wpsp-card .wp-show-posts-single {
        margin-bottom: 0;
    }

    Let me know 🙂

    #16668
    ALESSANDRO
    Participant

    sorry for the delay in replying but in the last few days I have not been able to get my hands on the site.
    However, I wanted to tell you that I solved by creating the header element and everything was solved.
    But I take this opportunity to ask you if it’s possible to increase the size of the title only at the first post of the grid, the one on the left

    #16678
    Tom
    Keymaster

    Give this a shot:

    #wpsp-4676.wp-show-posts article:first-child .wp-show-posts-entry-title {
        font-size: 40px;
    }
    #16717
    ALESSANDRO
    Participant

    prefect thank you very much! I wanted to thank you for the professionalism and availability

    #16747
    Tom
    Keymaster

    Glad I could help! 🙂

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