Add margin between title and caption

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

[class*="WidgetTitle__Caption-sc"] {
  margin-top: 20px;
}
1 Like