Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › WP Default Search Not Getting Replaced. › Reply To: WP Default Search Not Getting Replaced.
January 29, 2021 at 1:22 pm
#31343
Keymaster
The shortcode seems to be printed 2 times by the theme in the header. Try this custom CSS to make the first one invisible on mobile screens:
@media (max-width: 768px) {
.asp_m_2_1 {
display: none !important;
}
}