Hi there, @user2177
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