Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Ajax Search Font Issue › Reply To: Ajax Search Font Issue
September 8, 2016 at 2:40 pm
#10024
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 :)



