grafiska-huset Hi
The problem came from the article: 3 ÖKL med VP för Remkilens W-Nikki
in which you add the readmore button inside a div tag:
<div class="com-content-article__body">
<p>...</p>
<hr id="system-readmore">
<p>...</p>
</div>
I just changed it to:
<div class="com-content-article__body">
<p>...</p>
</div>
<hr id="system-readmore">
<div>
<p>...</p>
</div>
it's ok now.