Element missing, not hidden in mobile view

Question:
I have an element with ID “tegelinfo” that I hide by selecting it through $w(‘#leverinfo’)
In my mobile view, this code is not functioning, because the element is not there anymore. I have check Hidden On Mobile, but the text element is not there.
Also checking the Layers panel, I see it on Desktop view, but not in Mobile view

On desktop view:

On mobile view:
image

What are you trying to achieve:
have element show on mobile view

What have you already tried:
I have check Hidden On Mobile, but the text element is not there.
Also checking the Layers panel, I see it on Desktop view, but not in Mobile view

Duplicate the desktop element, delete the old corrupted element.

Do not use code to hide it. Use the code panel under the ID name and select “hidden” on load.

Then use code to show only if mobile is detected.