Could anyone please help me understand what I may have done incorrectly? The mobile version seems to offer horizontal scrolling plus the header looks misaligned once the user scrolls horizontally as shown in the images below.
Hi @DelightCart and @PageFly-Victor . Thank you for your help and suggestion. I added it to the styles.css but it wasn’t solving the issue.
I started testing by eliminating blocks and I found out that the issue lies with a ‘divider’ and not just the divider but when the divider animation is set to ‘slide in right’. If I change the animation to ‘zoom in’ the issue is resolved.
Please see the images below for reference. Image 1 is when I tested it after applying your code suggestions. Image 2 is when the divider animation is set to ‘slide in right’. The last is when it’s set to ‘zoom in’.
As mentioned in my earlier post, I managed to work around the issue by
changing the animation setting of the divider to ‘zoom in’ instead of
‘slide in right’. This seems to have fixed it which is why you can’t see
the issue when you’re checking for it.
There’s a bug with with divider animation that needs fixing but for the
moment I’m not too fussed about which divider animation I’m using.