We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Polaroid images on the left Reply To: Polaroid images on the left

#12998
Bernhard
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">&ensp;►►►</a>',
        get_permalink()
    );
} );