Home › Forums › Pro Support › Cards: How to keep images on the same side › Reply To: Cards: How to keep images on the same side
October 29, 2019 at 7:41 pm
#11720
Keymaster
Hi there,
Give this CSS a shot:
.wpsp-row article:nth-child(even) .wp-show-posts-inner {
flex-direction: unset;
}
Let me know 🙂