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

Reply To: Isotopic layout – overlay question

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Isotopic layout – overlay question Reply To: Isotopic layout – overlay question

#6961
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Yes, there indeed a 2 pixel gap there. I noticed after I released the current update. I’ve changed up a few lines of CSS and it’s causing that basically.

As a very quick temporary fix, try this custom CSS:

[html]
.item.asp_isotopic_item .asp_content {
margin: 0 !important;
}
[/html]

Plugin version 4.6.1 is coming soon, fixing this issue permanently as well 🙂