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 Marcinko
Ernest 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:

.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;
}
Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)