Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #906138
    mbecker908
    Participant

    WP 4.5.1 – X 4.4.2 with a child theme.
    http://wementoryou.org/

    I’m using “Recent Posts” in a number of places and the post titles are truncated because they only allow one line of text. (see below) I’d like to set the “RP” blocks to accept at least two lines or, if possible, multiple lines.

    #906143
    mbecker908
    Participant
    This reply has been marked as private.
    #906903
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

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

    Hope it helps.

    #908036
    mbecker908
    Participant

    Thank you, perfect.

    As usual. 🙂

    #908430
    Rad
    Moderator

    You’re welcome 🙂

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