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 #1734490
Featured Boxes
Closed

Comments

  • vifalanghe started the conversation

    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.

  • vifalanghe replied

    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!

  •  2,699
    PenciDesign replied

    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:

    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