Articles on: Tutorials (how to)

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

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;
}

Updated on: 21/06/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!