Pesky horizontal scroll bar

Hi everyone,

I’ve got the classic horizontal scroll bar appearing on this site (both desktop and mobile versions) and I’m not sure what’s causing it.

Can anyone help?

Here’s the link to the site - https://apollo-website-c19861.webflow.io/

Hey @tarmes , do share your read-only link so it helps people identify the issue on your designer easier.

hi

The issue occurred because you applied absolute positioning to the “curve” image without setting its parent to relative positioning. Apply relative positioning to the parent of the “curve” image, which should be “home-banner”, and set its overflow to hidden. This should resolve the problem.

That worked a treat - thanks so much for your help :slight_smile:

1 Like