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
August 28, 2019 at 11:15 am
#23803
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;
}
}