Hi Gommasch, sorry about that. I am not familiar with the Karma but that is most likely where the issue lies.
If you post a link an affected web page I’ll have a look on Monday when I am back in the office.
Text is also only showed in a narrow Space in the middle. Have tried all settings 1-5-6-7-8-9.
The problem your having is down to your themes always on top scrolling menu system.
Have tried to disable all scrolling menus and top bars with no change, sorry.
Gommasch I don’t see where you have the bar installed.
Sorry, date ran out. Have reenabled it.
Gommasch there is some thing over writing the HTML code that the Easy Heads Up Bar creates to display it. Looking at your source code the bar looks like this:
<div id="ehu-bar" data-bar-text-color="#dd3333" data-bar-link-color="#" data-bar-location="T" data-hide-bar="Y" class="ehu-T-D" style="background-color:#eeee22;border-top: 4px solid #000000;padding: 6px;"> <div id="ehu-bar-content" style="display: block; color: rgb(221, 51, 51); padding: 2px; margin: 0px auto; width: 9%;">Minitennis på Sct. Knuds Gymnasium aflyst tirsdag 27/1 pga. skolearrangement ! </div></div>
data-bar-location="T" data-hide-bar="Y" class="ehu-T-D"
This is wrong it should look more like this: (depending on if the bar is set to be fixed or relative to the content )
data-bar-location="top" data-hide-bar="yes" class="ehu-top-relative"
To figure out which plugin or theme is messing with the bar you’ll need to try the steps I laid out in this topic: https://wordpress.org/support/topic/please-read-and-follow-the-following-guidelines-before-opening-a-new-topic-1