Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Text Input and result display issue › Reply To: Text Input and result display issue
May 18, 2020 at 12:56 pm
#27421
Keymaster
Thank you for your kind words 🙂
Looks like the other CSS rule has a higher specificity, try this variation instead of the first one:
#sfm-sidebar .asp_m form {
display: block !important;
}
..that should do it.