We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support List in a box Reply To: List in a box

#9294
Tom
Keymaster

Try this:

@media (max-width: 768px) {
    .wp-show-posts-columns#wpsp-20140 article:not(:nth-child(3)) .wp-show-posts-inner {
        margin-bottom: 0;
    }
}

Note to self: Make this easier in the future haha