Masonry blog category page out of line

Good morning,

we have a selection of blog category pages on our site that use the Masonry style. For the most part it looks great. However if there is a blog title that goes over to the second line it put the next set of posts out of line and looks messy:

How can we get it so everything lines up no matter how many lines the titles go to? I.e:

Thank you!
Jason

Hello @hyperdrive_boom,

Thanks for writing in!

To get your issue resolved, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-iso-container-posts .entry-title {
    min-height: 48px;
}

.x-iso-container-posts .entry-wrap {
    padding-bottom: 0 !important;
}

We would love to know if this has worked for you. Thank you.

That is perfect - thank you very much!

You’re always welcome @hyperdrive_boom.

Glad @RueNel was able to help you. Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.