Home › Forums › Pro Support › No Padding space Image › Reply To: No Padding space Image
August 3, 2019 at 7:41 pm
#10586
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.