Home › Forums › Pro Support › Card 1 style on mobile › Reply To: Card 1 style on mobile
September 25, 2020 at 2:09 pm
#20038
Keymaster
Hi there,
Hard to tell without seeing your site, but you could try something like this:
@media (max-width: 768px) {
.wpsp-card .wp-show-posts-image img {
object-position: right;
}
}
You can adjust the value as needed: https://developer.mozilla.org/en-US/docs/Web/CSS/object-position