Pricing table - sizing?

Hello, what’s the best way to get this pricing table to size down. I don’t like the full width. I understand it’s unusual to use it for just one price.

Hi Mark,

Maximum width can be added on the element style field. We can also center it using margin.

The actual CSS is:

max-width: 500px; margin: 0 auto;

Adjust 500px as needed.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.