Home › Forums › Pro Support › WPSP Pro 1.0 Beta Testing › Reply To: WPSP Pro 1.0 Beta Testing
January 25, 2019 at 6:35 am
#7417
Participant
Tom, love the update. Some feedback:
Feature Request:
WPSP needs a copy/duplicate/clone option when creating a new Post. Please! 🙂
Issues:
Cards > Row
When testing on our staging site the various card types, “Row” allowed me to *not* need this custom CSS to expand our featured image to the edges:
#wpsp-15914 .wp-show-posts-image {
margin: -15px -15px 15px;
}
(I have a 15px padding set via Columns > Padding.)
Example screenshot (no custom CSS, “Row” selected for card type):
But when applying the same settings over to our live site, this weird behavior happens:
So on our live site, I have to use the custom CSS and select “none” for card types.
I can only presume this is a bug of sorts. I’ve tried this multiple times.