Move Results section under the fields

Add this code to the Custom CSS field on the Settings tab of your Calculator widget’s settings:

[class*="widget__Layout-sc"] {
  grid-template-columns: minmax(0px, 1fr);
}

[class*="results__Container-sc"] {
  position: static;
}
3 Likes