Shopify themes, liquid, logos, and UX
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?
Solved! Go to the solution
This is an accepted solution.
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 <body> Tag:
Look for any unexpected code after the opening <body> tag.
You may see code like this: <div>el</div> 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.
<style>
body.template-index.loaded.shopify-body-section-header-sticky {
margin-top: -27px !important;
}
</style>
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
This is an accepted solution.
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 <body> Tag:
Look for any unexpected code after the opening <body> tag.
You may see code like this: <div>el</div> 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.
Without seeing your codebase, it's a bit difficult to determine where it’s coming from.
However, please first check the top line in the layout/theme.liquid file.
1. From your Shopify admin, go to Online Store > Themes.
2. Find the theme that you want to edit, click the ... button to open the actions menu, and then click Edit code.
3. Open the file layout/theme.liquid and try to find el at the top of the file
Please let me know if you can't find it.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025