Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › I can\'t seem to find a way to shift the entire search bar up by 5 or 10 px › Reply To: I can\'t seem to find a way to shift the entire search bar up by 5 or 10 px
October 14, 2019 at 9:37 am
#24313
Keymaster
Hi!
Usually moving the container is the better idea, but you can try adding negative top margin via custom CSS to the main search element. It may do the trick:
.asp_m {
margin-top: -10px !important;
}