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

Reply To: How to change top margin?

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