Reply To: Ajax Search Font Issue

#10024
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

Sure, it’s possibly with a very simple custom CSS rule:

@media screen and (max-width: 980px) {
    .asp_main_container {
        visibility: hidden !important;
    }
}

..or use this if you want to hide the container space as well:

@media screen and (max-width: 980px) {
    .asp_main_container {
        display: none !important;
    }
}

Just change the 980px to whatever size you want the plugin to disappear.

Add this css rule into the theme custom CSS section (if it has any) or to the ajax search pro Theme Options -> Custom CSS panel.

Best,
Ernest Marcinko

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