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 #1777729
Homepage Featured Box Text Overflow
Closed

Comments

  • soledaduser started the conversation

    Hello,

    I'm using the Soledad Food theme and notice that there's text overflow on the Homepage Featured Boxes.  Is there a way to use ellipsis in the case of text overflow like in the Featured Slider? 

  •  2,699
    PenciDesign replied

    Hi,

    You can try add more this code to Customize > Custom CSS to make it display in new lines:

    ul.homepage-featured-boxes .penci-fea-in h4{ margin: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
    ul.homepage-featured-boxes .penci-fea-in h4 span span{ white-space: normal; line-height: 1.5; height: auto; padding: 11px 15px; }
    

    Best Regards,

    PenciDesign

  • soledaduser replied

    Thank you this works!