Adjust spacing between sections of Results section

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

[class*="results__Container-sc"] {
gap: 15px;
}

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face:

Thanks for this code. As I streamline the look is there css code for dropdown padding and spacing between elements?

Thank you,
William

I figured out the dropdown padding, that helps.

[class*="dropdown__Select-sc"] {
 border-radius:10px; padding:5px !important;
}

Glad to hear that you’ve found a solution - thanks for sharing it with us!

If anything else comes up, we’re always here to help :wink: