In all of my 13700+ product descriptions I have an
html tag. The problem is spacing, it is just to far apart between the text sections so I wanted to change the
to this.
But, what I want to do is instead of editing 13700+ items is sub the
in the main-product.liquid section where it prints the description. This is the code I have now:
{%- when ‘description’ -%}
{%- if product.description != blank -%}
So I need it to sub the
in the product.description string right before it prints it out.