i found the problem. Go to edit code and look for (cart-template.liquid) once you find it look for this code (my theme is debut so might be different for you)
- {% include 'icon-saletag' %} {{- discount_allocation.discount_application.title -}} (-{{ discount_allocation.amount | money }}) {%- endfor -%}
{%- for discount_allocation in itemDiscounts -%}
put it below the
under the closed div (
)