Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1200217
    Alex
    Participant

    Hello,

    I’d like to show the whole post title in the recent posts block in Cornerstone:

    http://take.ms/jY22B

    Now you can see the title is cut off, but there’s enough space below it inside the container with a border. Is there a way to show the whole title there?

    Also, I’d like to show the excerpt of meta description below the date. Is that possible?

    Thanks.


    Alex

    #1200230
    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: initial;
        white-space: normal;
    }

    Hope that helps.

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