The HTML output indicates that you seem to have something wrong in your language override, because there's "too much" within one span:
<span class="hikashop_product_price_before_discount">Prijs zonder korting13,95 €Prijs met korting</span>
<span class="hikashop_product_price hikashop_product_price_0 hikashop_product_price_with_discount">8,37 €</span>
Documentation on language modifications:
www.hikashop.com/download/languages.html#modify
Once you have fixed this, the following CSS should work:
span.hikashop_product_price_before_discount {
display: block;
white-space: inherit;
}
Documentation, also on how you can find and fix style issues yourself:
www.hikashop.com/support/documentation/1...the-display.html#css