Mobile hero banner shows a blank/black space below the image on the site’s mobile view, creating an unwanted gap before the Rich Text section.
Participants requested the store URL and preview password to inspect; the original poster provided access. A helper confirmed the exact black space via a screenshot.
Fix: Add a mobile-only CSS tweak in base.css (under a max-width: 749px media query) to anchor the banner content to the bottom (position: absolute; bottom: 15px) and remove extra padding/background from the banner text box (transparent). This reduces the gap under the hero image.
Outcome: The original poster confirmed the CSS change resolved the issue. No further action items.
Notes: Screenshots were central to diagnosing the visual spacing problem. Discussion reached a resolution and is closed in practice.