Home › Forums › Pro Support › WPSP Pro 1.0 Beta Testing › Reply To: WPSP Pro 1.0 Beta Testing
January 26, 2019 at 8:12 am
#7429
Participant
Hi there,
i use this Duplicate Post plugin – i only use the New Draft option as Clone has been reported to cause some Database issues:
https://en-gb.wordpress.org/plugins/duplicate-post/
Your staging site doesn’t look like it is loading the CSS for the Row Card. Row is designed to display the image and text inline, as per the Live Site.
Images in the Cards are using the object-fit: cover; property. which acts like the background-size: cover property. For the base card they also have this CSS:
.wpsp-card .wp-show-posts-image img {
height: 250px;
}
If you change this to height: auto; then you should be able to define the image height and width to suit within the WPSP list settings.