Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1317187
    Eidderf
    Participant

    Hi,

    I need your help please to align the posts box holders in grid view. Another way of explaining this issue is, I want to have a fixed height for all of the posts in grid view so that even though each one have different number of contents they will still be aligned. Whatever excess content each post boxes have, I’d like them hidden instead.

    I have an image in the next private post to explain this issue further.

    Thank you

    #1317191
    Eidderf
    Participant
    This reply has been marked as private.
    #1317364
    Joao
    Moderator

    Hi There,

    We can help setting the height of the posts, on which page you have applied your grid? Can you provide the URL?

    Thanks

    #1325115
    Eidderf
    Participant
    This reply has been marked as private.
    #1325271
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .blog .entry-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;   
    }
    
    .blog .entry-content.excerpt p {
        min-height: 108px;
    }
    

    Hope that helps

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