Recently, a weird line appeared above my global header. I am using the Relxo template and it does have drag and drop features, however I cannot delete this so I don’t believe it is a module and it is also not available in the global header section. I’ve tried republishing the basic theme and it still appears. I’ve cleared cache history, updated chrome and tried incognito as well. I’ve attached a photo
Hi @MBarnum10,
seems that there’s some sort of “meta-navigation” or “top-bar” space in the header. Could you please provide a preview link?
best,
Anton
Hi Anton,
Here is the preview link!
Thanks for looking into this,
MB
Thanks @MBarnum10,
unfortunately this link doesn’t work for people who are not in your portal.
Can you please share a link of an existing site or preview of a page you’re building?
To share such a link simply open any affected page, go to the “view”-tab in the top navigation and select “preview URL”.
Thank you
best,
Anton
Hi Anton,
Sorry about that! Does this work for you?
https://www.fitnessxmb.com/fitnessxmb/homepage?hs_preview=kRxHYujD-148693792857
Hi @MBarnum10,
thank you for the link.
While inspecting the source code I’ve found that there’s a module inside the body(not header) element. Does the “line” appear on all of your pages or only on the provided one?
If it’s only this particular one, go to the edit mode, click on the "tree-view"icon(below the plus in the left sidebar) and go through the modules to find the corresponding one. After you’ve found it simply click on the “…” button right of the name and select “delete”.
This should fix the issue.
Please let me know if you need further help
best,
Anton
Hi Anton, thank you for this response.
Oh my goodness I spent days looking in there but couldn’t find it. I just saw the divider module and deleted, thank you!!!
Hello, I’m not familiar with this template, but the line appears to be caused by this html:
<div id="hs_cos_wrapper_widget_1702337679522" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module">
<hr>
</div>
If you can’t remove the module that is generating this code, perhaps you could try removing it using css?
#hs_cos_wrapper_widget_1702337679522 > hr {
display: none;
}
Hi Greg, are you able to show a screenshot of where you’re seeing this? I’ve tried searching the HTML in the code window but can’t find it anywhere. Thanks!

