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

#9372
Tom
Keymaster

Try adding this:

@media (max-width: 768px) {
    .listbox article:not(:last-child) .wp-show-posts-inner {
        margin: 40px 0 0 40px !important;
    }

    .listbox {
        padding-bottom: 40px;
    }
}