Display author name with the rating and review beneath

Choose the second Review Style option on the Review tab and add this code to the Custom CSS field on the Style tab of your Reviews widget’s settings:

/* Change card elements order */
[class*="ReviewAuthorBlock__InfoContainer-sc"] {
  order: 0;
}
[class*="ReviewAuthorBlock__AuthorBlockContainer-sc"] {
  margin-top: 0px;
  margin-bottom: 12px;
}
[class*="ReviewContent__ReviewContentContainer-sc"] {
  order: 1;
}
[class*="ReviewSource__SourceBottomContainer-sc"] {
  order: 2;
}