Hello @urchindesign,
.x-container.main
for Ethos only has a :before
pseudo-element that is used to create the white box that goes off to the left of the screen “infinitely.” This is an absolutely positioned element, which has a negative offset on top (e.g. top: -35px;) to ensure proper visual placement.
It is advise not utilize fixes at such a foundational level, like adjusting overflow on the body, or things of that nature. All of those foundational styles are there for a reason and should not be adjusted at any time on a person’s website as it creates compound issues later.
If you can share the page URL with this issue, we can check and see if there’s an alternative. Thank you.