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

Reply To: I can\'t seem to find a way to shift the entire search bar up by 5 or 10 px

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

#24313
Ernest MarcinkoErnest Marcinko
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;
}