Empty added beam top of page


Skærmbillede 2025-04-30 kl. 11.44.21.png
www.ebbandflow.com

Top of page we suddenly have an empty beam with the letters “el” far to the left. See image. I have checked page but there is no added section - so I am thinking code?

Any ideas how to solve?


Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
before the body ----->
if this code work please do not forget to like and mark it solution

Not working sorry

Hi ThomasKronevald,

Open theme.liquid:

  • Go to your Shopify admin panel and navigate to Online Store > Themes.

  • Find the active theme and click on Actions > Edit code.

  • Open the theme.liquid file, which is usually located under Layout > theme.liquid.

  • Check Below the Tag:

    • Look for any unexpected code after the opening tag.

    • You may see code like this:

      el
      or any malformed HTML. This is likely the culprit.

    • If you find the “el” text, remove it if it’s not part of the intended content.

      This will solve your real issue don’t try to hide them using css.

Thank you!

Solved ! Enjoy your day and thank you for your help.