Hello there
I am trying to switch from another builder to bricks -which i find more intuitive- but it seems that I can’t fix a simple issue.
I have been trying to work on this homepage with a header template, a hero and a section that’s used as a custom footer. On any computer, it displays everything perfectly well, but on mobile (any breakpoint) there’s a white space underneath the custom footer.
This site is supposed to have the same layout everywhere : header is 8vh, hero/section 85vh, footer 7vh, so no scroll action should ever happen.
I have read in multiple threads on this forum that this could be caused by a nav menu in the footer or by some padding issues, however, I can’t see where the issue is. I have also tried some CSS “fixes” suggested on this forum as well, tried to delete the “custom card” (that doesn’t fit on any screen anyway), the main hero imagec change the overflow… I am now trying to fix the header’s custom menu to see if that’s the issue…
Here’s a screenrec of the issue on android : https://imgur.com/a/72HrMNB
Please do tell me if you need more details (or if you know how to solve this).