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 No Padding space Image Reply To: No Padding space Image

#10586
Tom
Keymaster

Give this a shot:

#wpsp-12540 .wp-show-posts-image {
    margin-bottom: 0;
    width: 50%;
    margin-right: 0;
}

#wpsp-12540 .wp-show-posts-inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

#wpsp-12540 header.wp-show-posts-entry-header {
    width: 50%;
    box-sizing: border-box;
}

As for the validation, you can try a plugin like Autoptimize which should bundle all of the CSS/JS on the page.