Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1118393
    mksubherw
    Participant

    Is there a way to have the text wrap to 2 lines, instead of get cut off immediately?

    Attached is an example where “messy…” is cut off. I want my title to extend to 2 lines and then cut off. Is that possible?

    Thanks in advance!

    #1118540
    Friech
    Moderator

    Hi There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Cheers!

    #1118962
    mksubherw
    Participant
    #1119292
    Joao
    Moderator

    Hi There,

    Your titles are quite long so to keep in one line we need to decrease the font size.

    Please add the following code to Appereance Customizer Custom CSS

    .blog h1, .single-post h1 {
        font-size: 25px;
    }

    Hope it helps

    Joao

    #1119408
    mksubherw
    Participant

    Hi Joao, thanks for reply. I do not want to reduce the title font size. I would like 2 lines of text. Any ideas on how to do that?

    #1119868
    Christopher
    Moderator

    Hi there,

    Please add this code :

    .x-recent-posts .h-recent-posts, .x-recent-posts .x-recent-posts-date {
        text-overflow: inherit;
        white-space: normal;
    }

    Hope it helps.

    #1120401
    mksubherw
    Participant

    Perfect! Thank you!!!

    #1120731
    Christopher
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-1118393 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>