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 Excerpts and Read More links not appearing on Edge Reply To: Excerpts and Read More links not appearing on Edge

#11110
Tom
Keymaster

Hi there,

Can you try adding this CSS?:

.wpsp-overlay .wp-show-posts-inner {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: (1fr)[5];
   grid-template-columns: repeat(5, 1fr);
   -ms-grid-rows: (1fr)[5];
   grid-template-rows: repeat(5, 1fr);
   position: relative;
}

Let me know 🙂