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

Reply To: odd search results showing on edge of page

Home Forums Product Support Forums Ajax Search Pro for WordPress Support odd search results showing on edge of page Reply To: odd search results showing on edge of page

#23803
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Interesting, it looks like there is a hidden search bar in the corner of the theme, probably is the mobile search or something similar. Can you please try enabling this option here.

If that does not work, then try this custom CSS:

@media only screen and (min-width: 520px) {
 .asp_r_1_2 {
     display: none !important;
 }    
}