Pricing table widget - set title height

Got it, thanks!

The only solution here is to set a minimal height for all columns using this CSS code:

.es-column-grid-container {
  min-height: 700px;
}

If you have any questions left or any assistance is needed, please let me know. I’ll be happy to help :wink:

1 Like