This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Equal Height Rows in Isotopic Results Layout

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Equal Height Rows in Isotopic Results Layout Reply To: Equal Height Rows in Isotopic Results Layout

#51467
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

With the isotopic (masonry) layout that’s very problematic, but probably still doable. You could force a fixed height for each content container, that should actually solve the issue:

.asp_content {
    height: 125px !important;
}