Hi, I used this solution in the article to tackle a similar problem and it kinda worked too.
The solution to my problem was to use a conditional else/if statement like this-
{% if event.line_price != 0 %} {{ event.name|default:'' }} {% endif %}
But now, as you can see in the image below, I am getting all of this white space from the content that is hidden. So is there no way to remove this?