Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Move “Author” & “Date” › Reply To: Move “Author” & “Date”
January 26, 2026 at 2:46 pm
#56855
Keymaster
Hi,
Yes! It needs a bit of custom CSS, but it is possible to do:
.asp_content {
display: flex;
flex-wrap: wrap;
>* {
flex-grow: 0;
flex-shrink: 0;
flex-basis: 100%;
order: 1;
}
.etc {
order: 2;
}
}