Home › Forums › Pro Support › different alignment on mobile devices › Reply To: different alignment on mobile devices
October 4, 2018 at 7:54 pm
#6106
Keymaster
I would set the alignment to center by default.
Then target the featured post separately:
.featured-column .wp-show-posts-image.wpsp-image-center {
float: left;
}