Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Set up and Remove gap to result list › Reply To: Set up and Remove gap to result list
March 7, 2019 at 10:28 am
#21474
Keymaster
Hi JB,
2. While it’s automatically calculated, you can decrease it by using a custom CSS with negative to margin, such as:
.asp_r {
margin-top: -12px !important;
}
3. Unfortunately no, and there isn’t any custom code or bypass method to do that. The search bar would have to be in a fixed position in order to place an overlay below it. Moving static elements to fixed positions temporarily and vice versa via scripts is very problematic, at this point this is unfortunately not possible.