Taller Highlighted Column No Longer Working With Update

It would be lovely if, as in the previous update, the highlighted column could stand out even more by being slightly taller than the surrounding columns. Can that feature please be reinstated?

2 Likes

Hi there, @DebbieDB :waving_hand:

Glad to say that you can increase the height of the featured column using this code in the Custom CSS field on the Appearance tab of your widget’s settings:

.eapps-pricing-table-columns-container {
  align-items: center;
}

.eapps-pricing-table-column-featured {
  height: 600px;
}

Try it out and let me know if you like the result :slightly_smiling_face:

Hi Max! Thank you for providing this. Unfortunately, it did not work for me.

1 Like

Could you please send me a link to the page, where your widget is installed?

Sure, it’s

Summary

Enrollment Options - DBT Path™

1 Like

Thank you!

I’ve forwarded your request to the devs and will let you know once the code is ready :slightly_smiling_face:

By the way, the request to restore the Featured Column option is already on the Wishlist. Please upvote it here - Restore Featured Column option

Okay, thanks!

1 Like