Highlight a specific column in size

I started to try elfsight last year and this option was possible, I changed my account and Widget and I don’t see that option available anymore, but in my other account it is. Why, and how can I put it back in my current widget and account?
Example of the old account:

<!-- Elfsight Pricing Table | Untitled Pricing Table -->
<script src="https://static.elfsight.com/platform/platform.js" async></script>
<div class="elfsight-app-4c0b0762-148d-4269-a99d-3c40f9907845" data-elfsight-app-lazy></div>

Vs new:


<!-- Elfsight Pricing Table | Untitled Pricing Table -->
<script src="https://static.elfsight.com/platform/platform.js" async></script>
<div class="elfsight-app-d2ae605d-3bfa-4bc1-9ac6-7d2fb5a77a68" data-elfsight-app-lazy></div>
3 Likes

Hi there, @user2177 :wave:

We’ve considered the Featured Column option to be outdated and decided to leave the text with the ribbon only. So, after a recent update this feature was deprecated and it’s available only in the old widgets (created before this update).

However, I understand your point and added this idea to the Wishlist - Restore Featured Column option. If this idea gets more votes, we’ll try to consider it in the future.

As for now, you can slightly increase the column with the ribbon using this code in the Custom CSS field on the Appearance tab of your widget’s settings:

.es-column-grid-container:has(.es-highlight-element) {
  margin: -20px 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 6px 20px rgba(0,0,0,.15);
}

Try it out and let me know if it helped :slightly_smiling_face:

1 Like