Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search layour no right margin › Reply To: Search layour no right margin
March 9, 2020 at 2:56 pm
#26171
Keymaster
Hi Richard,
Yes, custom CSS is required in this case, as the alignment in relation to the parent element is handled via automatic side margins.
This should help:
.asp_m {
margin-right: 12px !important;
}