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 WPSP Pro 1.0 Beta Testing Reply To: WPSP Pro 1.0 Beta Testing

#7429
David Beckwith
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.