Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1242039
    yhshin1020
    Participant

    Hey,

    Is there a way to change the blog entry grid (masonry) height so that the boxes are all of same height on my blog page?

    Basically I want to change the height of the blog post boxes on this page: http://www.guidedogssg.com/news/.

    I have tried this code:

    .page-id-1366 .mainul li {
       min-height:600px;
    }

    but to no avail.

    thanks.

    #1242040
    yhshin1020
    Participant
    This reply has been marked as private.
    #1242061
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .x-iso-container-posts.cols-3 .entry-wrap {
        min-height: 400px;
    }

    Hope that helps. 🙂

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