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

Reply To: Isotopic Navigation

#47809
Ernest MarcinkoErnest Marcinko
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.