Hey,
This white bar shows up on my mobile breakpoint when I scroll to the right. It disappears when I get close to the bottom of the page. I can’t find what’s causing the issue. I’ve already checked for:
-
Text boxes or other objects that might be in that area. there are none.
-
The dimensions of the Header/Footer. They’re both set to the same dimensions as the rest of the sections on the page
100% Width,
320 min,
750 max
-
There is a grid on one of the page sections, but it only has one column. This problem was also present before I added the grid to the page.
I also notice a similar issue on my desktop breakpoint. If I reload the page while the header is off-screen, the white bar shows up but it is only visible if you slide over to it.
Hey @cdour81233 , could you share your url please?
I think it might be to do with your hamburger menu. If you resize your browser quickly when at the footer of the page, you can make that element stick and inspect the element, within that if you go down the div you can hover the sidebar nav and close button.
What do I change inside of Editor X to fix this?
@cdour81233 I think talking to @jonathant Will be your best bet, he’s part of the Editor X team. Just thought I would share what I found, whilst digging. It might be worth temporarily removing the hambuger menu and see if it fixes it.
@cdour81233 I see that you’ve managed to fix the issue.
But I also see that there’s some overflow on desktop that is caused by min-width on some containers and BG images.
I would suggest to remove the min-width, and if needed, to create another breakpoint and readjust the layout on it.