Change height of lines with features and center feature icon

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

.es-features-feature-text {
  line-height: 2;
}

.es-features-feature-icon {
  align-self: center;
}
1 Like