Okay
  Public Ticket #1247289
Equal Blogs
Closed

Comments

  •  2
    alisonleon started the conversation

    How do I make the 'masonry blog/no sidebar' blogs have equal heights> http://pbm.wpdevcloud.com/?page_id=5598

  •  9,013
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .ascend .masonry-blog-item h2.title {
        min-height: 65px;
    }
    .ascend .masonry-blog-item .content-inner .wp-video {
        margin-bottom: 0px !important;
    }

    Thanks


    ThemeNectar Support Team