Comments vifalanghe started the conversationOctober 3, 2018 at 9:06pmHi there,I hope you are well. Please, how can I increase the size of the text box on the Featured Boxes?I would like to insert 2 lines of text.You can find the image to illustrate attached.Thank you very much.vifalanghe repliedOctober 3, 2018 at 9:26pmHi Sorry,I tried to insert the code on the post page and the layout is wrong. Is there a way that I can insert this in the post page with the right layout?Thank you! 2,700PenciDesign repliedOctober 4, 2018 at 3:20amHi,1/ Really, you should make your featured boxes short in text. It's not look good with much text.Anyway, you can add more this code to Customize > Custom CSS to do that: ul.homepage-featured-boxes .penci-fea-in h4{ margin-top: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); } ul.homepage-featured-boxes .penci-fea-in.boxes-style-3 h4 span span{ white-space: inherit; line-height: 1.5; display: inline-block; height: auto; padding: 9px 20px; } 2/ If you use featured boxes inside your posts content - of course It will display inside your content - can't display over outside your content, right? Let's try use the code I sent above to make the text display inside each featured box.Best Regards,PenciDesign Sign in to reply ...
Hi there,
I hope you are well.
Please, how can I increase the size of the text box on the Featured Boxes?
I would like to insert 2 lines of text.
You can find the image to illustrate attached.
Thank you very much.
Hi Sorry,
I tried to insert the code on the post page and the layout is wrong. Is there a way that I can insert this in the post page with the right layout?
Thank you!
Hi,
1/ Really, you should make your featured boxes short in text. It's not look good with much text.
Anyway, you can add more this code to Customize > Custom CSS to do that:
2/ If you use featured boxes inside your posts content - of course It will display inside your content - can't display over outside your content, right? Let's try use the code I sent above to make the text display inside each featured box.
Best Regards,
PenciDesign