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 Customize a Post Reply To: Customize a Post

#11977
Tom
Keymaster

You can try:

1. Setting your column gutter to 0
2. Setting your padding to 0
3. Adding this CSS:

#wpsp-86.wpsp-card .wp-show-posts-single .wp-show-posts-image:after {
    content: "";
    box-shadow: inset 20px 0px 25px -11px rgba(0,0,0,0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#wpsp-86.wpsp-card .wp-show-posts-entry-header {
    background: rgba(255,255,255,0.3);
    padding: 50px;
}