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

Reply To: Don't display search form on mobile on page, but display on magnifier sign click

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Don't display search form on mobile on page, but display on magnifier sign click Reply To: Don't display search form on mobile on page, but display on magnifier sign click

#14235
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Sure! I believe this is what you are looking for:
[html]
@media only screen and (max-width: 800px){
#ajaxsearchpro1_1 {
display: none !important;
}
}[/html]

This will hide the first instance, but not the one hidden by clicking on the icon.