Hide Head Column on mobile (Table layout)

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

.eapps-pricing-table-column-head-mobile-inner {
  display: none;
}

.eapps-pricing-table-column {
  overflow: hidden;
}