Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Text alignment › Reply To: Text alignment
August 18, 2022 at 12:39 pm
#38961
Keymaster
Hi,
Sure, some custom CSS is required, but it should work:
.asp_content h3 a {
text-align: center !important;
}