Control spacing between letters

Add this code to the Custom CSS field on the Appearance tab of your Pricing Table widget’s settings:

* {
  letter-spacing: 0.03em;
}
1 Like