Width: How do I increase the width of the calculator container?

Created by Mike B, Modified on Wed, 05 May 2021 at 10:07 PM by Mike B

Add this CSS code to the WordPress customize CSS screen or any Custom CSS input box.
Change the XXX to your calculator ID.

Step 1 - https://prnt.sc/12jugtj
Step 2 - https://prnt.sc/12juhxr
Step 3- Add the custom code below.

.scc_font_XXX {

    max-width: 1200px;

}


For example
If my calculator ID is 143, it will look like this:

.scc_font_143 {

    max-width: 1200px;

}

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article