Home › Forums › Pro Support › Polaroid images on the left › Reply To: Polaroid images on the left
January 29, 2020 at 3:31 am
#12998
Participant
Hi Tom,
I’ve inserted the screenshot on top of my sample page.
As you can see, the 2nd card changes at 768 px, the 1st and 3rd are different.
Only the read more function is not shown, which I added with
add_filter( 'wpsp_ellipses', function() {
return sprintf(
'...<a href="%1$s"> ►►►</a>',
get_permalink()
);
} );