Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Isotopic Navigation › Reply To: Isotopic Navigation
April 17, 2024 at 12:18 pm
#47809
Keymaster
Hi,
Well, it can cause a lot of conflicts, but you can try the following custom CSS:
.asp_r .item {
display: flex;
flex-direction: column;
}
.asp_r .item>div {
position: static !important;
}
.asp_r .item .asp_item_overlay_img,
.asp_r .item .asp_item_overlay,
.asp_r .item .clear {
display: none !important;
}
.asp_r .item .asp_content {
overflow: initial !important;
}
I can’t guarantee anything thoug, the isotopic layout script is very sensitive to the output being in a fixed size.