Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › customize the floating search button › Reply To: customize the floating search button
June 15, 2025 at 3:44 pm
#54421
Keymaster
Looks like some extra button side margin coming from somewhere. This custom CSS should remove it:
div.asp_m_1 .probox .promagnifier,.asp_m_1 .probox .prosettings {
padding: 0 !important;
}