Reply To: Centering or Center Aligning the Search Bar

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Centering or Center Aligning the Search Bar Reply To: Centering or Center Aligning the Search Bar

#6063
Ernest Marcinko
Ernest Marcinko
Keymaster

Sure 🙂

Try modifying the code above to something like:

.asp_main_container {
    margin: 0 auto 26px auto !important
}

..where the 26px is the bottom margin, you can change that to anything you want.

Also, if I may suggest another thing. I noticed that the theme is adding a bit of a box shadow inside the input field when focusing it. If you want to get rid of that light grey shadow, you can use this code:

.probox .proinput input:focus {
    box-shadow: none !important;
}
Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)