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

Reply To: Search Compact Layout flashes when clicking, causing glitch

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search Compact Layout flashes when clicking, causing glitch Reply To: Search Compact Layout flashes when clicking, causing glitch

#16336
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

There is indeed a small visible flash there. I’m not sure if it’s because of an inherent style or it is indeed a bug, I will investigate it in more detail on the test servers.

Anyways, I believe this custom CSS should get rid off it for now:

[html].asp_m_1 {
position: relative !important;
}

.asp_m_1 .probox .promagnifier {
position: absolute !important;
right: 0 !important;
}

.asp_m_1,
.asp_m_1 .probox {
min-width: 40px !important;
}[/html]