I’ve got some code in place to replace the pencil icon on these pages (http://allianceforajustsociety.org/kathy-mulady/), but when the featured image isn’t square, it overlaps with the custom logo. Is there any way to change this so that the featured image shows OR the logo, not both?
Hey wacky32!
Try adding this to your custom CSS.
.small-preview img {
min-height: 80px !important;
}
Best regards,
Elliott