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

Reply To: Search no working with normal posts

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search no working with normal posts Reply To: Search no working with normal posts

#4500
Ernest MarcinkoErnest Marcinko
Keymaster

Also if the search is not resizing, then try to add the !important tag to the query items:

[code]@media only screen and (max-width: 767px) {
.asp_two_column_first,
.asp_two_column_last {
width: 100% !important;
padding: 1% 0 !important;
}
}[/code]