Hi there,
1.) I’m afraid not.
2.) You have this CSS from your theme that prevents the WPSP post items from being the same height.
.entry-header-margin-fix:first-of-type {
margin-top: 6rem;
}
We can try overriding it by adding custom CSS.
Try this:
article.wp-show-posts-single:first-of-type {
margin-top: 0;
}
If you wish to continue privately, we can continue the conversation through email via our contact page – https://wpshowposts.com/contact/