Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › How to change top margin? › Reply To: How to change top margin?
November 25, 2019 at 1:59 pm
#24730
Keymaster
Hi!
The safest way to do it would be using some custom CSS, such as:
.asp_m {
margin-top: 12px !important;
}
I am also noticing a possible line-height issue on your screenshot, regarding the magnifier icon, perhaps this will help that:
.innericon {
line-height: initial !important;
}