Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1679757
Penci Block 31 Excerpt for mobile
Closed

Comments

  •  1
    trustbuilt started the conversation

    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.

  •  2,699
    PenciDesign replied

    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

  •  1
    trustbuilt replied

    Thank you!