I am using Block 31 and have a large allowance for an excerpt (250 words). The block is actually just pulling from the post content because I have no excerpt - which is what I want so that is all good.
Unfortunately, on the mobile, there is no excerpt showing at all, just the thumbnail. How do I get the mobile to pull the excerpt?
I am using Block 31 and have a large allowance for an excerpt (250 words). The block is actually just pulling from the post content because I have no excerpt - which is what I want so that is all good.
Unfortunately, on the mobile, there is no excerpt showing at all, just the thumbnail. How do I get the mobile to pull the excerpt?
Thank you! You guys do a great job in support.
Hi,
Please add more this code to Customize > Custom CSS:
@media screen and (max-width: 650px){ .penci-block_31 .penci-post-excerpt { display: block; } }Best Regards,
PenciDesign
Thank you!