Home › Forums › Pro Support › Floated images on mobile › Reply To: Floated images on mobile
December 9, 2018 at 7:31 pm
#6830
Keymaster
Hi Robert,
Give this CSS a shot:
@media (max-width: 767px) {
.wp-show-posts-image.wpsp-image-left {
float: left;
margin-right: 1.5em;
margin-left: 1em;
}
}
Let me know 🙂