Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search box width not looks good › Reply To: Search box width not looks good
December 5, 2021 at 1:08 pm
#35876
Keymaster
Unfortunaly there is no separate option for them.
You can use however custom CSS to align the titles to center, and to change the image sizes:
.item.asp_r_term .asp_image {
width: 80px !important;
}
.item.asp_r_term .asp_content {
display: flex;
align-items: center;
justify-content: left;
}