Comments soledaduser started the conversationNovember 9, 2018 at 1:08pmHello,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,700PenciDesign repliedNovember 9, 2018 at 4:49pmHi,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,PenciDesign1 Likesoledaduser repliedNovember 9, 2018 at 7:03pmThank you this works! Sign in to reply ...
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?
Hi,
You can try add more this code to Customize > Custom CSS to make it display in new lines:
Best Regards,
PenciDesign
Thank you this works!