Make Results section static

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

[class*="results__Container-sc"] {
position: static;
}
1 Like