I’m using a custom theme (closely based on the Dawn theme) that works fine on Desktop. But on mobile, the home page featured section overlaps the footer instead of “pushing the footer down”. So the footer content is hidden behind the featured section even though both are set to display:block.
- I’ve confirmed that both parent divs in question are display:block
- I’ve tried manually adding margin to both divs
- The UL of products inside the featured section is set to display:flex (but removing that only makes the products display in one long vertical column
- This exact theme was being used on another test store of mine and the problem doesn’t exist, which is really strange! I’ve compared the CSS on both and nothing relevant is missing in this current css file.
Adding a visual representation below. Does anyone have any ideas?


