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
September 29, 2015 at 4:29 pm
#6063
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 :)



