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
October 17, 2024 at 11:32 am
#51467
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;
}