Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › how to configure a box like this › Reply To: how to configure a box like this
August 8, 2022 at 3:01 pm
#38759
Keymaster
It is the same as the demo – only on the demo there is less text.
If you want the text to move to the right side, you will need some custom CSS, something like:
.asp_res_text {
float: right;
width: calc(100% - 78px);
}