Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1266598
    DataSplit
    Participant

    I am using Cornerstone for an Ethos layout. I am using the Recent Posts element so that I can do a nice layout of articles. One of the issues I have is that it isn’t showing the full title of the article. Is there a way to do that with CSS and to have it stack if there isn’t enough room?

    #1266619
    Paul R
    Moderator

    Hi,

    To show the full title, you can add this under Custom > Edit Global CSS in the Customizer.

    
    .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-1266598 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>